Plugin Help Need Help Finding A Plugin

Discussion in 'Plugin Help/Development/Requests' started by InsaneRipJaw, Oct 23, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    InsaneRipJaw

    I'm looking for a plugin that fadecloud

    Its a exp plugin when you write /exp it tells your exp as the way I want it but I cant find the plugin I anyone knows it please tell me
     
  2. Offline

    oceantheskatr

    Are you saying it's on a server? If so please post a screenshot. It might also be worth mentioning that you should request it to be made here:
    https://bukkit.org/forums/plugin-requests.96/

    I'm nearly certain that this plugin was custom coded for that server.
     
  3. Offline

    InsaneRipJaw

    It looks like this where it says exp
     

    Attached Files:

  4. Offline

    Wispyy

    I coded this as a plugin if you would like it, and I can change the colour if you want as-well. I'm at school currently so I'll add the download as an edit when I get home. Currently the colours are §5§lExperience: §7 VALUE. You get this number when using /experience and upon joining the server.
     
  5. Offline

    oceantheskatr

    @Wispyy Just add a config with a field to customize the Experience text ;)
     
  6. Offline

    InsaneRipJaw

    Sure just send me the link and thank you
     
  7. Offline

    Wispyy

    Last edited: Oct 25, 2016
  8. Offline

    InsaneRipJaw

    I'd you can may you change it to 1.8+ because that is what I run on my server and does it have permissions
     
  9. Offline

    oceantheskatr

    Currently he doesn't have any permissions for it.

    @Wispyy You should use chat colours instead for easier string changing in the config. You can do this by changing the following string in the config to this:
    experience: "&5&lExperience &3&l>> &2&l %xp%"
    Using the quotation marks should allow you to use a colon. If it gives you problems then just remove it :)

    and the send message to this: pl.sendMessage(ChatColor.translateAlternateColorCodes('&', configStr).replaceAll("%xp%", ple));

    This line of code will translate colorcodes to ChatColor and replace "%xp%" with the player's XP, which is the variable ple. It's a bit more user friendly if you'd prefer to do that.
     
    Wispyy likes this.
  10. Offline

    Wispyy

    @InsaneRipJaw Okay, when I get home I'll change it to 1.8. No there aren't any permissions as I don't see a use for it but if you would like I can have it check permissions before putting it into your chat on login and the message. I'll also add in what @oceantheskatr said because that makes more sense. I had to copy all the formatting symbols into §.
     
Thread Status:
Not open for further replies.

Share This Page