[INFO] Ranks- Count your blocks and get ranks [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Kostronor, May 4, 2011.

  1. Offline

    yup8

    ok i think it should work like this:
    first add "levels" - each time a user gets to a customizable amount in the config of exp he gets a level
    Every time a user gets a level he gets an amount of money (add customizable amount in the config )
    in the config add "multiplayer" setting, each time a user ranks up he gets higher multiplayer
    so we will end like this:
    multiplayer = 2

    level 1: 10exp, 2gold,
    level 2: 20exp,4gold (the multiplayer is 2)
    level 3:50exp 8gold
    level 4 :80 exp, 16 gold

    what do you think ?
     
  2. Offline

    Icely

    So far we are loving this plugin o.o, I have placed 16k blocks and other people up to 20k.. xD.
    We are waiting for more updates ^.^
    - Best wishes, your wife............... I mean ICE.
     
  3. Offline

    Kostronor

    The next update will be out today, just stay tuned :D
     
    Icely likes this.
  4. Offline

    Icely

    IM glad to hear that! :D, Im here 2-3 times a day checking for updates so I really are tuned haha.
     
  5. Offline

    wassilij

    Please add a ranklist!
    Then the plugin is awesome! :D

    I have this error with Bukkit 766:
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  6. Offline

    Kostronor

    Delete your Ranks-Folder and it should work.
    This is an issue of not having the right format!
    the right format is: <name>=<placed>,<broken>
    Nothing else!
    If it doesn't work, please post your Ranks.dat
     
  7. Offline

    Icely

    30.000 blocks placed =D, Gotta luv it!
     
  8. Offline

    Kostronor

    Wow, very nice :)
    I have many ideas for this Plugin, but before that, i will sort some messed up code.
    So expect many new features the next time :D
     
  9. Offline

    Icely

    Ah, thx :D. Gl with solving messes ^.^!!
     
  10. Offline

    Icely

  11. Offline

    Kostronor

    I really don't think so ;)
    This is something statistic like how many blocks did i break with hi-score and so on, and what he is doing is something like leveling and skilling.
    Well whatever, no need to worry about such things, everyone can do what he like and using others ideas to create other nice plugins is nothing bad in my opinion.
    i think we all are doing this to create a better minecraft, so why not work together? :D
     
  12. Offline

    Icely

    Ye, but I think it's a bit rude to make same kind of thing that u already have. You wouldnt like if someone copied your house in MineCraft :confused:... But I agree with you we want better MC ;))
     
  13. Offline

    Kostronor

    i will add an update-checker in all my plugins, you can check the actual version here: http://bit.ly/lMW1BY
    Edit: added
     
  14. Offline

    Icely

    Omg nice new feature! :D, now Im always aware of new updates =pp
     
  15. Offline

    Kostronor

    Version 2.4 is out now.
    You can now restrict users with low exp from breaking/placing blocks.
    It like:
    You need at least 100 Exp to Break Obsidian, but more than 10000 to place it.
    The next step will be the sign thing.
    It will actualize itself when walking, so there will be less to no need for commands and so on :)
    Thanks for darklust, i will use the idea of his code from his plugin waffledate !
     
  16. Offline

    Icely

    Lol i did bedrock/obsi/fire/lava and TNT to 999999xp, now it works as a grief protection =D
    This plugin is the best.
     
  17. Offline

    Kostronor

    Very nice idea :D
    you should just pay atention to the maximum number.
    I actually use Integer, so +-2.147.483.647 is the maximum ;)
     
  18. Offline

    Icely

    Ill keep in mind :)
     
  19. Offline

    Juze

  20. Offline

    Kostronor

  21. Offline

    Kostronor

    Version 2.5 is out now, it contains the wanted feature of signs who display the Rank of a player

    The next version will contain the fix of ignoring case, this will mess up the WHOLE format of exp.dat and Ranks.dat
    It will change from:
    Kostronor=55352,60477
    to:
    kostronor=55352,60477,Kostronor

    and from:
    Kostronor=155753
    to:
    kostronor=155753,Kostronor

    this is not optimal, but ensures to remember the case of a player, even if he is offline.
    I will try to write a converting-algorythm, but i don't know...
     
  22. Offline

    Icely

    Really nice man keep it up!! :)
     
  23. Offline

    Fob_Upset

    Could these be used to promote "guest" to "member" and so fouth
     
  24. Offline

    Kostronor

    i thought of it, but that would be just a minor thing, after adding permissions.
    Bud sadly, i'm actually just pushing my server to 1.6 and trying to find myself into CommandIconomy so that permissions has to wait.
    Could do it like letting a player executing a defined command after some defined Ranks, that would be ease, if thats enought ;)
     
  25. Offline

    Fob_Upset

    I don't just need commands i need the hole group promotion for Prefixes, worldguard, Build rights, commands to work.
     
  26. Offline

    Kostronor

    i know, but since permissions is promoting throught a command, it would be the easyest way to just execute this command:)
     
  27. Offline

    Seth Walton

    What are the permissions nodes? rank.ranks?
     
  28. Offline

    Kostronor

    nope, no permissions yet, simple statistics
     
  29. Offline

    Joeyderijk

    It says: 21:41:11 [INFO] <-----Ranks starting----->
    21:41:13 [INFO] New update available 2.5.1
    21:41:13 [INFO] <-----Ranks enabled----->
    How to fix? 0.o
     
  30. Offline

    Kostronor

    fixed
     

Share This Page