SignRank
Welcome
SignRank lets you create signs which people can punch or right click in order to get promoted from the default rank.
- Thread:
- http://forums.bukkit.org/threads/admn-mech-signrank-v1-2-promote-people-automatically-using-signs-1000.29506/
- Configuration:
- http://dev.bukkit.org/server-mods/signrank/pages/configuration/
Features:
- Customizable ranks
- Customizable signs
- An option to allow per-sign customization
- Support for the following plugins:
- Permissions3
- PermissionsBukkit
- bPermissions
- GroupManager
- PermissionsEx
Permissions node:
- signrank.build - Create and destroy SignRank signs.
Changelog:
Version 1.2.3
- Finally updated!
- Removed support for PermissionsBukkit, P3 and bPerms
Version 1.2.2
- Fixed a stupid typo
- It's now compatible with the latest CraftBukkit builds
Version 1.2.1
- Finally moved to the new configuration format
- Hopefully fixed Permissions3
Version 1.2
- Added support for the following plugins:
- GroupManager
- PermissionsEx
- bPermissions
Version 1.1.2
- Actually calling the update check
Version 1.1.1
- Fixed a critical flaw
- Added an update check
Version 1.1
- Added the ability to specify the group name on the second line of the sign, and ignore the rank check
- Added an option in the config to enable the above function
Version 1.0.1
- Removed some debug messages still present
- Fixed the creation of SignRank signs
Version 1.0
- Initial release
@gilby96
You can change SignText to anything you like, and the name of the group should be on the second line, like thi:
@coolblinger
ugg i am i am sorry for bugging you again but i am stuck again what you did b4 fix the error in the cmd but i don't know how to make a sign i look and the comments and i did not really get it i and 2 groups in permissions3 and i put this on the sign and this is what my config looks like this and also can i wright on the sign 'Click on this to build'
and this is what my signs say
[ClickMe] RED
[ClickMe] BLUE
@coolblinger OMFG I LOVE YOU thanks much :D great plugin by the way.
@gilby96
I'll fix it right now, and @GamerMH was getting the same problem, but I'm stil not certain why you're getting that error. (is your CraftBukkit up to date?)
EDIT: Should be fixed now
@coolblinger
Hey did you ever fix that problem that RoosterInASuit had because i get this error and the plugin just does not work and i really need it plese reply
2011-11-29 15:52:19 [INFO] SignRank version 1.2 loaded! 2011-11-29 15:52:20 [SEVERE] Error occurred while enabling SignRank v1.2 (Is it up to date?): null java.lang.NullPointerException at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156) at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133) at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125) at me.coolblinger.signrank.SignRank.initConfig(SignRank.java:110) at me.coolblinger.signrank.SignRank.onEnable(SignRank.java:87) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:422) at org.bukkit.Bukkit.reload(Bukkit.java:186) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
and my config looks like this
PermissionsBukkit: toGroup: user MultiWorld: TypeCraft: Builder signText: 'SignRank' # Btw, you can (should) set this to a random text, and get people to click on the sign after reading the rules. bypassGroupCheck: false messages: rankUp: You are now on the '%group%' team! deny: You're already on a team!
@jrz234
Your config file should look like this:
You should create a sign with the string you set with 'signText' on the first line. (It's '[SignRank]' by default, and '[ClickMe]' in this example)
@itsfanboy
I'm sorry, I wasn't very clear. :P
Paste this in your config.yml:
EDIT: Oh, I see you've already figured it out. Thank you, and good luck with your server. :)
Hello i am wanting to use ur plugin but i dont see a link on how to setup the sign in game any help?
I got it thanks. I was a bit confused is how u stated it. Happy Thanksgiving
@itsfanboy
Please, just read the other comments. You're not supposed to put anything on the second line of the sign, unless you turn bypassGroupCheck on (which you should not), and you should set it up like <name of the world>: <name of the group>, not like worldName: <name of the world>.
Im not quite sure how to use this plugin. Im kinda new at this. I made the sign like this: Firstline- [ClickMe] Secondline- Builder. My config looks like this: PermissionsBukkit: toGroup: Builder MultiWorld: worldName: TypeCraft signText: '[ClickMe]' bypassGroupCheck: false messages: rankUp: You've been promoted to '%group%'. deny: You're already in the '%group%' group.
But i click the sign and it says signrank has not been set up for this world. Iv been thru the comment but nothing has helped. Please reply and sorry im kinda a noob at minecraft servers :)
@coolblinger
okay thanks for your reply.
PS: is it possible to have 2 signs and letting the default player choose which group to join?
@RoosterInASuit
It's my fault. I removed the files from my dropbox (since they're now hosted at BukkitDev), but I forgot to remove the update checker. I'll fix it tomorrow.
Hi when I try to run the plugin it says that it's not up to date. It's the latest download. I am running build #1486 1.0.0 so im not sure if that's the problem.
Regards,
Rooster
@GamerMH
I've got no idea why you're getting that error.
Are you sure you're using the latest CraftBukkit build (1337)?
Hello,
I get an error when I had update signrank:
<
>
>2011-11-20 08:12:30 [INFO] SignRank version 1.2 loaded!
2011-11-20 08:12:31 [SEVERE] Error occurred while enabling SignRank v1.2 (Is it up to date?): null
java.lang.NullPointerException
at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156)
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133)
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125)
at me.coolblinger.signrank.SignRank.initConfig(SignRank.java:110)
at me.coolblinger.signrank.SignRank.onEnable(SignRank.java:87)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:333)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:320)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:157)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:384)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:454)
<
Can you fix it?
@coolblinger
Thank you, I just decided to implement this on my server! :)
I've uploaded version 1.2.1!
I'm sort of bored. I'll update this plugins, and hopefully fix Permissions3 support.
@CleptoTeddy
I'm sorry, no, that's not possible, but I heard of a few other plugins that 'borrowed' my idea of ranking up using signs that can do that.