Levels

Discussion in 'Plugin Requests' started by scout999, Aug 18, 2016.

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

    scout999

    Plugin category: Chat related

    Minecraft version: 1.8.x

    Suggested name: xLevels

    What I want: I'd like to have a plugin which people level up via their playtime. A grey number next to your name would indicate your level. Also, once you hit a certain level, your number would perhaps change color.
    The max level would be about 999, if at all possible.
    Ex: You hit lvl 200, and your number changes to light red

    Ideas for commands:
    /level [name] - View your level
    /level add <name> <lvl> - Add a level to a player
    /level set <name> <lvl> - Set a player to a specific level

    Ideas for permissions:
    level.view - View your level
    level.add - Add level(s)
    level.set - Set level

    When I'd like it by:
    Whenever possible :)
     
  2. Offline

    Jake861

    Last edited: Aug 23, 2016
  3. @Jake861 Just saying it's probably best to do
    Code:
    if (cmd.getName().equalsIgnoreCase("level"))
    It's just good practise.
     
  4. Offline

    Jake861

    What's the point though? Only the level command gets sent to the class.
     
  5. @Jake861 Good practice for when you have more than one command, otherwise you may forget. Anyway, it's just better too.
     
    Jake861 likes this.
  6. Offline

    Jake861

    I mean, I get why you're saying that, but I use a single class per command to keep things organized, and this plugin only has one command :) Thanks for the help anyway.
     
Thread Status:
Not open for further replies.

Share This Page