Rpg Guilds
MAJOR NEWS
I have decided that we are going to be merging all of the RPG style plugins into a single plugin, Servers that want to only use a few features from them will still be able to do so through our config files. The RpgAPI page we have will be the one the plugin gets released on. It is taking a bit longer than expected to get them all updated but we are trying to make them as configurable as possible so every server can use them exactly how they want to.



Rpg Guilds
Give your players the ability to create guilds with custom names. make seperate guild ranks, control the ranks permissions in game (if their rank has the ability to do so), use guild only chat, and see when guild members come on and off line!
Dependencies
- Vault

Commands
/g - speak in guild chat
/guild create {name}- create a new guild named {name}
/guild invite {playername} - invite a player to your guild
/guild accept - accept a pending guild invite
/guild deny - deny a pending guild invite
/guild gmotd {message} - set the guild message of the day players see when logging on
/guild kick {playername} - kick a player from your guild
/guild disband - disband your guild
/guild quit - leave the current guild your in
/guild list - list all members of your guild and see if they are online or offline
/grank create {rank name} - create a new rank for your guild
/grank delete {rank name} - delete a rank for your guild
/grank set {player name} - sets a players rank within your guild
/grank title {rank} {title} - sets the display title of a rank for guild chat
/grank perms {rank} {perm} {true / false} - set a permission to true or false for a guild rank
/grank list - list all possible guild ranks to set
V1.2
/o {message} - officer chat
/gtp {playername} - teleport a guild member to you
/grank edit {rank name} - bring up the gui for rank permission management
/guild tp {on / off} - turn guild teleports on or off on your server (Op's only!)
V1.3
/guild create {name} {tag}- create a new guild named {name} with a 4 charactor tag {tag}
/hq set - set your guild headquarters
/hq tp - teleport to your guild headquarters
/guilds - show all guilds on the server and how many players they have
/lookup {playername} - show a players pvp kills, currency, and guild (if their in one)
new config options in V1.3:
Guild Names in Chat: true - should guild tags be shown in chat?
No Build: false - is guild build protection enabled on your server?
TP: false - are guild tp's enabled on your server?

Permissions
guild.create - ability to create a new guild
V1.2
guild.teleport - permission to use the guild teleport system!
Upcomming features:
- guild bank system
- suggestions?

My RPG Plugins
Rpg Click

Help fund my programming hobby :)

I'm always available to help with issues with this plugin. feel free to log onto my ts3 at voice.vartala.com or add soulofw0lf on skype (Make sure you include why you're adding me or i will likely ignore it.)
-
View User Profile
-
Send Message
Posted Oct 6, 2013hey diannafire, I have a java exception on guild quitting. It seems to be the case with only one guild in particular.. I am thinking of deleting it, the guild owner was banned.. i will post the console output of that error with the next message. is there mysql support? I haven't checked yet.. I will once I'm on the server.. and any chance of any newer release than V1.3 for MC 1.5.2? Other than that, I love this plugin!
-
View User Profile
-
Send Message
Posted Oct 1, 2013@diannafire
Really? Okay, that's awesome, just what I needed! Thanks a ton! =) Great plugin, very well done and I like the GUI that pops up for the Guilds! ;)
-
View User Profile
-
Send Message
Posted Oct 1, 2013@ArtisticPixel
to an extent it's already there. the guild headquarters feature allows you to claim a 50 block radius are of land for your guild, similiar to how factions claims land.
-
View User Profile
-
Send Message
Posted Oct 1, 2013@diannafire
So what do you think about the claiming land suggestion? Okay or not going in? and I see about the work part. I understand
-
View User Profile
-
Send Message
Posted Oct 1, 2013@merlingly
it's staying alive, just had to really severely cut down on how often i have to program cause of work. i work on it a little bit each week, but it's a big project so taking a long while.
-
View User Profile
-
Send Message
Posted Oct 1, 2013@merlingly
Well I personally prefer WorldGuard and having a bit of control over claimed land... but as long as it would be possible to disable a feature like that.. but tbh.. this hasn't been updated since may and the other "beta-all-together-plugin" isn't developed yet.. But if you the developer of this plugin ever read this. PLEASE keep it alive for 1.7 too.. As I really love this plugin! It's an incredible improvement to "my" type of server!
-
View User Profile
-
Send Message
Posted Sep 30, 2013Hello, I have a suggestion, could you add claiming for guilds? if someone did /claim or a similar command, it would claim a radius of land which could be configurable like Factions? This would make the plugin better in my opinion, not sure what others think. If you could add this, it would be great, thanks!
-
View User Profile
-
Send Message
Posted Sep 30, 2013@ArtisticPixel
I just installed it and it seems to work fine.. (edited) realized you only give in-guild permissions) very nice plugin indeed! just what i wanted!
-
View User Profile
-
Send Message
Posted Sep 29, 2013Does this work for 1.6.4? Looks great!
-
View User Profile
-
Send Message
Posted Sep 12, 2013Any idea on an update for this plugin?
Cheers
-
View User Profile
-
Send Message
Posted Aug 31, 2013Just leaving a list of feedback just to double check it's going to be covered in the update you guys are doing:
Players unable to leave a guild via /guild quit.
Players unable to deny a request via /guild deny (This is possibly due to the guild being abandoned, now the player is stuck with the invite to a non-existent guild and it won't let them deny/remove it)
Players unable to attack players from the same guild via PVP (Which causes problems for things like Hunger Games). But we like the idea of having the option to enable guild PVP protection for guild vs guild PVP matches for certain areas perhaps like a WG flag
The server no longer announces when someone joins the server, we believe this is due to the plugin when it notifies when a guild member comes online and is currently overriding the default server announcements.
Guild leaders are unable to set their own rank title from Guild Master, the only way is to edit the config directly.
Typing /guilds has a display glitch as mentioned here: http://puu.sh/4dJQX.jpg
The ability to change the tag colour and location of a players name (I hear that is already coming so can ignore this one).
Many thanks!
-
View User Profile
-
Send Message
Posted Aug 29, 2013I can confirm with Headpipe there appears to be an issue with /guild quit:
Spigot: #1088
RPG Guilds: 1.3
issued server command: /guild quit
2013-08-29 21:54:19 [SEVERE] null
org.bukkit.command.CommandException Unhandled exception executing command 'guild' in plugin RpgGuilds v1.3
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:527)
at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:979)
at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:890)
at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:837)
at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49)
at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:230)
at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:125)
at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:592)
at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:239)
at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
Caused by: java.lang.NullPointerException
at com.vartala.soulofw0lf.rpgguilds.GuildHandler.onCommand(GuildHandler.java:286)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
Many thanks,
-
View User Profile
-
Send Message
Posted Aug 29, 2013Wondering if I'm the only one getting this (no errors in console): http://puu.sh/4dJQX.jpg
Typing /guilds lists each guild once for every member it has. Ignore the names, my members aren't known for their intellect :P
-
View User Profile
-
Send Message
Posted Aug 9, 2013Can you please make it so guilds can claim land, like factions can? I really like this plugin but I wish you could claim land, and other guilds could take over with higher claim power.
-
View User Profile
-
Send Message
Posted Aug 8, 2013Works for 1.6.2?
-
View User Profile
-
Send Message
Posted Aug 7, 2013So Tags can only be 4 letters long and dark green? you can color them but it takes 2 of the spots?
-
View User Profile
-
Send Message
Posted Jul 27, 2013spigot #1043 when someone try to leave a guild:
-
View User Profile
-
Send Message
Posted Jul 22, 2013RpgAPI Update: i am going to set the beta release for friday in stone, unless some weird act of nature prevents us from finishing everything is going according to plan to be able to have a beta out sometime friday evening.
Planned beta features:
All features able to be turned off independently with no additional server resources used for disabled features!
Partys
Guilds
Rpg Style Food
Trade System
Rpg Style Respawn handling / rezzing
Multiple alt characters per account
Full locale files for messages / commands
Rpg Style Achievements
Rpg Chat (too many features to list for it)
Custom Permission Manager
Rpg Style Warps and Teleports
Poisoned Earth - location based effects
Rpg Click style gui's
Rpg Languages
Multiple "essentials" command replacements
Mystery feature to be announced???? maybe??? if it gets done in time???
Races, Classes, Quests, Spells, and Rpg monsters and minions are not going to make it into the beta.
If anything at all changes for the planned beta release i will update on here immediately!!
-
View User Profile
-
Send Message
Posted Jul 9, 2013@dadee971
/grank edit
-
View User Profile
-
Send Message
Posted Jul 9, 2013HI, How could we have acces to this GUI?