Prison Rankup

Discussion in 'Archived: Plugin Requests' started by daniel363, Apr 4, 2014.

?

Should someone make a plugin?

  1. Yes!

    2 vote(s)
    40.0%
  2. No!

    3 vote(s)
    60.0%
  1. Offline

    daniel363

    I know there are millions of plugins for this, but they aren't working and its too hard of a configuration.

    Plugin category: Prison, Money

    Suggested name: Prison Rankup

    What I want: You might of seen plugins like this but as I said before.

    I want a simple plugin which allows players to rank up, with easy config, simple permission nodes and light on memory.

    Ideas for commands:
    - /rankup

    Ideas for permissions:
    - /rankup - prisonrankup.rankup

    When I'd like it by: Any time! Thanks!
     
  2. Offline

    e1kfws7

    Sometimes I feel you guys put no effort into searching the internet...


    http://dev.bukkit.org/bukkit-plugins/rank-up/
    http://dev.bukkit.org/bukkit-plugins/prisonrankup/
     
    xMichael14x and timtower like this.
  3. Offline

    daniel363

  4. Offline

    timtower Administrator Administrator Moderator

    Those plugins aren't memory intensive... Not command based at least.
    And why complex?
     
  5. Offline

    daniel363

    Because I'm beginner, I have no under standing. I've put the prices and ranks on it but it doesn't go in order. It goes, A, B, D, Free, X etc. I've put them in order. I don't know what I'm doing wrong.
     
  6. Offline

    penguin_leader

    *Face palm*
     
  7. Offline

    e1kfws7

    timtower likes this.
  8. Offline

    timtower Administrator Administrator Moderator

    e1kfws7 likes this.
  9. Offline

    daniel363

  10. Offline

    e1kfws7

    Also, do you have Vault installed?

    ranks:
    The ranks are ordered from top to bottom, starting to ending, with guest as the starting rank, and VIP as the ending rank. Anyone who is a guest can start ranking up.
    Each rank has a price. Member's price is $15,000, and VIP's price is $100,000, in this example. However, trusted's price is -1. Any rank with a negative number for it's price can not be ranked up to. In this scenario, I will manually set people to trusted ( perhaps they will have to make an application first, so they can get the rank. )
     
  11. Offline

    daniel363

    I have put A-Free ranks in order with their prices but it still didn't go in order.
     
  12. Offline

    timtower Administrator Administrator Moderator

  13. Offline

    e1kfws7


    Can you post your Configuration please?

    >.> Me and timtower here are just thinking the same things.
     
    timtower likes this.
  14. Offline

    daniel363

    # Remember, YAML does not understand the 'tab' key. You must use spaces instead.
    # Note that this plugin REQUIRES you have Vault. Download it here: http://dev.bukkit.org/server-mods/vault/

    # If this is true, it will override any groups when someone ranks up. Only worry about this if a given person may have multiple ranks.
    settings:
    override-groups: false
    do-not-edit-this: 1
    # Groups are ordered in the succession you want them to be. Format as follows: rankname: price ( Price can have a decimal place )
    ranks:
    A: 0
    B: 15000
    C: 25000
    D: 35000
    E: 45000
    F: 55000
    G: 65000
    H: 75000
    I: 100000
    J: 500000
    K: 800000
    L: 1000000
    M: 5000000
    N: 8000000
    O: 10000000
    P: 50000000
    Q: 80000000
    R: 100000000
    S: 500000000
    T: 800000000
    U: 1000000000
    V: 5000000000
    W: 8000000000
    X: 10000000000
    Y: 50000000000
    Z: 80000000000
    Free: 100000000000

    e1kfws7 timtower theres my config file ^^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  15. Offline

    e1kfws7


    What plugin are you using for your Groups? And do you have the groups already made with the certain permissions? rankup.rankup is used to allow the player ability to use /rankup
     
  16. Offline

    daniel363

    Players can do /rankup. I'm using EssentialsGroupManager.jar
     
  17. Offline

    e1kfws7

    Works fine for me and I'm using GroupManager also.
    [​IMG]
     
  18. Offline

    daniel363

    Hmmm I don't know what the problem is then...
     
  19. Offline

    timtower Administrator Administrator Moderator

    Do all the groups exist?
     
  20. Offline

    e1kfws7

    Does your Config look like mine does?

    Also, if at any time you have a problem with a config use this:

    http://yaml-online-parser.appspot.com/

    Just paste your config into the left box and it will update in real time. If you have any errors within your config it will show you the line the error is so you can fix it.


    [​IMG]
     

Share This Page