Inactive [ADMN] SetRank v1.1_1 - Change ranks in-game [Permissions] [CraftBukkitUpToDate] [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Baummann, Jul 19, 2011.

  1. Offline

    Baummann

    SetRank - Change ranks in-game
    Version: 1.1_1 CraftBukkit 1000

    Commands:
    /rank [Player] [Rank] - Changes the rank of someone
    /setrank [Player] [Rank] - Same as above

    Permissions:
    Permissions (open)
    setrank.rank.<group> - Replace <group> with any group you like, players with that permission can rank to the group which you've chosen.

    setrank.rankall - The player can rank to all groups


    Changelog:
    v1.0 - First release
    v1.1:
    • Added setrank.rank.<group>
    • Added setrank.rankall
    • Fixed a text color bug
    v1.1_1:
    • Fixed a big ranking bug
    • Added an owner-name property to the config file.
    Features:
    • Change ranks in-game
    Error check list:
    • Are you sure you're using Permissions?
    • Do you have Permissions v3.x or higher?
    • Make sure that you're not using the global files.
    Downloads:

    SetRank v1.1_1

    Source code

    Optional: You can use CraftBukkitUpToDate to keep this plugin up to date.

    Note: This requires the Permissions plugin, it does not work with PermissionsEx,
    EssentialsGroupManager or PermissionsBukkit. EssentialsGroupManager uses /manuadd.

    Do not use the global files! They're causing errors.

    This project has been discontinued. Download the PermissionsBukkit version here.
     
  2. Offline

    Baummann

    You can't
     
  3. Offline

    Jonchun

    This doesn't seem to affect anything in-game (function wise) but I am still getting this error whenever a new player joins.

    CB #1000
    Plugins: WorldEdit, WorldWarp, mcbans, ClearDrops, Permissions, Annotate, CreativeGates, ColoredSigns, Websend, CustomCrafting, CommandHelper, VirtualChest, AdminsCanFly, BlockHat, InventorySQL, LivingBuilding, LoginQueue2, WorldBorder, AdvancedMobs, PlugMan, AutoMessage, obuShutTheHellUp, VanishNoPickup, IBICF, properTime, mxImgImport, SetRank, WorldGuard, Essentials, MagicCarpet, BigBrother, Lockette, CFBanner, MCSL, Jail, MinecraftIM, MCDocs, MultiHome, Sortal, Seats, Citizens, MantraSpawn, BananaSpace


    Code:
    2011-08-22 03:47:55 [SEVERE] Could not pass event PLAYER_JOIN to SetRank
    java.lang.NullPointerException
        at com.Baummann.SetRank.SetRank.SetRank.getGroup(SetRank.java:102)
        at com.Baummann.SetRank.SetRank.spl.onPlayerJoin(spl.java:18)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  4. Offline

    Baummann

    Do you have the newest Permissions (3.1.6)? If yes, try Permissions 3.1.5
     
  5. Offline

    RadiationxD

    Can Someone please do permissions for me it keeps saying "internal error has occured"
     
  6. Offline

    bassbeast

    Can we get some mutli world support? As it is now I think it only ranks them up on the world they are on when you rank them up. Maybe making an option where it updates ranks for all existing worlds when you rank someone up or some such thing? It'd be nice.
     
  7. Offline

    Buckethead

    i think u tyoed bukkit 1080? not ou yet latest is 1060 i think
     
  8. Offline

    Rellac

    The plugin is working wonderfully, and I love it.

    However, it seems that players will occasionally lose thier ranks. It's rather annoying. Especially with the setup I have.

    Is there any way around this, or is this some kind of bug in the plugin? I'm assuming I'm derping somewhere along the line.

    I can't duplicate the problem, it's just too random. There was one time I saw a rank rank change back to default after an AutoSave save, but I didn't feel it was enough to go on to pester the dev about, since it was only one person. (I'm not too happy about running the server without an autosave feature for the days it'd need to be left off, either)

    Anyhoo, great work so far, and thanks for any help. :)
     
  9. Offline

    Baummann

    Sorry about that. Fixed.

    That's wierd... try to use MineBackup or any other backup plugin.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  10. Offline

    Rellac

    IT's not a serverwide thing, it happens with a single player now and then.
     
  11. Offline

    Baummann

    What plugins do you have which do something with Permissions besides from SetRank?
     
  12. Offline

    Rellac

    Just worldguard's blacklist.
     
  13. Offline

    Pernando

    if got a problem becouse it is not working and it give an error
    and on minecraft stand: An internal error occurred while attemping to perform this command.

    i have permissions 3.1.6
     
  14. Offline

    Baummann

    Are you using the global files? Don't use them.
     
  15. Offline

    Pernando

    do you mean with global files the normal permission files??

    i have nothing changed in the map from setrank and used it how it is if i have download it
     
  16. Offline

    Baummann

    I mean globalUsers.yml and globalGroups.yml in plugins->Permissions
     
  17. Offline

    Pernando

    yes thanks that was the problem
     
  18. Offline

    arnie231

    I have to say great plugin very simple and works fantasic mush simple then permsplus When all i need it to do is let my moderators and other staff set the ranks of users
     
  19. Offline

    rmkilc

    The permission nodes allow you to change the rank of a player TO a group. But how do I control what group they can change the rank FROM? For example, I don't want my Moderators to be able to change the rank of Moderators or Admins.
     
  20. Offline

    Baummann

    Try -setrank.rank.Moderator and -setrank.rank.Admin
     
  21. Offline

    rmkilc

    This only works if the player is online??
     
  22. Offline

    Baummann

    Yes
     
  23. Offline

    rmkilc

    Is there any way to change the rank of an offline player? I have tried PermissionsPlus, but there are too many issues with it, although it does let you change the rank of offline players. Any hope here?
     
  24. Offline

    Baummann

    Without modifieing the plugin it's not possible. The project has been officially cancelled. But I promise that the PermissionsBukkit version will have support for that.
     
  25. Offline

    jake5434

    27.08 18:59:34 [Server] INFO ... 12 more
    27.08 18:59:34 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    27.08 18:59:34 [Server] INFO at com.Baummann.SetRank.SetRank.SetRank.onCommand(SetRank.java:135)
    27.08 18:59:34 [Server] INFO at com.Baummann.SetRank.SetRank.SetRank.removeParent(SetRank.java:86)
    27.08 18:59:34 [Server] INFO at com.nijiko.permissions.Entry.removeParent(Entry.java:191)
    27.08 18:59:34 [Server] INFO Caused by: java.lang.NullPointerException
    27.08 18:59:34 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    27.08 18:59:34 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    27.08 18:59:34 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    27.08 18:59:34 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    27.08 18:59:34 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    27.08 18:59:34 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'rank' in plugin SetRank v1.11

    Getting this Error when try to do /rank in game it say Internal Error
     
  26. Offline

    YellowFellow

    this plugin still works with permissions 3.1.6 for me:)
     
  27. Offline

    M1sT3rM4n

    How do you feel about them phasing 3.1.6 out?
     
  28. Offline

    Baummann

    Read before posting. There are 53786834683764378634786348 posts about this error already.

    I feel like s*** now I have to release the PermissionsBukkit version even though I don't know anything about PermissionsBukkit.

    Well, I liked Permissions 3.1.6 better than PermissionsBukkit because that permission: true/false thing. Using permissions like: permission and -permission was much easier.

    The only thing I like at PermissionsBukkit is that adding Permissions support to a plugin is very easy :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  29. Offline

    ratail2

    SORRY DIDNT READ POST BEFORE THIS :p
    Code:
    30.08 13:28:07 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    30.08 13:28:07 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.onCommand(SetRank.java:135)
    30.08 13:28:07 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.removeParent(SetRank.java:86)
    30.08 13:28:07 [Server] INFO    at com.nijiko.permissions.Entry.removeParent(Entry.java:191)
    30.08 13:28:07 [Server] INFO Caused by: java.lang.NullPointerException
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    30.08 13:28:07 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    30.08 13:28:07 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    30.08 13:28:07 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    30.08 13:28:07 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    30.08 13:28:07 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'setrank' in plugin SetRank v1.11
    30.08 13:28:07 [Server] SEVERE null
    30.08 13:27:40 [Server] INFO    ... 12 more
    30.08 13:27:40 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    30.08 13:27:40 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.onCommand(SetRank.java:135)
    30.08 13:27:40 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.removeParent(SetRank.java:86)
    30.08 13:27:40 [Server] INFO    at com.nijiko.permissions.Entry.removeParent(Entry.java:191)
    30.08 13:27:40 [Server] INFO Caused by: java.lang.NullPointerException
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    30.08 13:27:40 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    30.08 13:27:40 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    30.08 13:27:40 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    30.08 13:27:40 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    30.08 13:27:40 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'setrank' in plugin SetRank v1.11
    30.08 13:27:40 [Server] SEVERE null
    30.08 13:27:23 [Server] INFO    ... 12 more
    30.08 13:27:23 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    30.08 13:27:23 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.onCommand(SetRank.java:135)
    30.08 13:27:23 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.removeParent(SetRank.java:86)
    30.08 13:27:23 [Server] INFO    at com.nijiko.permissions.Entry.removeParent(Entry.java:191)
    30.08 13:27:23 [Server] INFO Caused by: java.lang.NullPointerException
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    30.08 13:27:23 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    30.08 13:27:23 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    30.08 13:27:23 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    30.08 13:27:23 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    30.08 13:27:23 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'setrank' in plugin SetRank v1.11
    30.08 13:27:23 [Server] SEVERE null
    30.08 13:26:55 [Server] INFO    ... 12 more
    30.08 13:26:55 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    30.08 13:26:55 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.onCommand(SetRank.java:135)
    30.08 13:26:55 [Server] INFO    at com.Baummann.SetRank.SetRank.SetRank.removeParent(SetRank.java:86)
    30.08 13:26:55 [Server] INFO    at com.nijiko.permissions.Entry.removeParent(Entry.java:191)
    30.08 13:26:55 [Server] INFO Caused by: java.lang.NullPointerException
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    30.08 13:26:55 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    30.08 13:26:55 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    30.08 13:26:55 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    30.08 13:26:55 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    30.08 13:26:55 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'rank' in plugin SetRank v1.11
    30.08 13:26:55 [Server] SEVERE null
    
    Do you know why I would be getting an internal error? Sorry I think thats 3 of same error.
     
  30. Offline

    Baummann

    I have answered this question 2 posts above.
     
  31. Offline

    ratail2

    @Baummann Yeah sorry just noticed...
     

Share This Page