Cost XP for Commands

Discussion in 'Archived: Plugin Requests' started by XXXtheGreat, Jul 1, 2012.

  1. Offline

    XXXtheGreat

    I've searched, and searched, and searched, but I haven't been able to find a plugin that allows commands to cost XP. I was hoping it might be able to include a config for entering commands and their specific costs as well. Anyone who would be willing to make this would be doing my server and I a huge favor. Thanks in advance! :)
     
  2. Offline

    Deathmarine

    Interesting.

    Done. However format your post next time.
    http://forums.bukkit.org/threads/read-me-first-plugin-requests-guide.81209/

    Source:
    https://github.com/deathmarine/CommandLevel
    Download:
    https://github.com/downloads/deathmarine/CommandLevel/CommandLevel.jar
    Configuration:
    Code:
    Command:
        creative:
          amt: 5
        give:
          amt: 25
        op:
          amt: 2075
    
    You can add commands like this and as many as you like. (This is strictly an example)
    Permissions:
    Code:
    permissions:
      commandlevel.*:
        description: Allows the Administration to Full Control
        children:
          commandlevel.override: true
      commandlevel.override:
        default: op
        description: Allows player to override level withdraw
    
     
  3. Offline

    XXXtheGreat

    Thank you. ;U;
     

Share This Page