RPG Achievements
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 Achievements
This plugin is a way to let players unlock achievements that come with display name titles!!
Example of an achievement
This is the default achievement, every player who joins your server will automatically earn this achievement and be able to set this title.
Achievement: Joining the Server
Title: The Logger
Type: Suffix
Description: This Achievement is earned by joining the server!
This plugin is especially useful with plugins that allow you to enter commands on mob deaths, it has a built in counter to grant an achievement to players that have earned 100 kills (this kills are granted to the player with the command {/kills new playername monstername}. Epic boss recoded is a great example of a plugin it works well with.
Commands
/titles list - shows all titles available on the server
/titles list playername - shows all titles a player has earned
/titles info titlename - shows all the details about the achievement that you have to earn to get that title
/titles add titlename playername - earns the achievement for the player associated with the title
/titles new title_name achievement_name description_text true/false - creates a new achievement / title for players to earn true = prefix false = suffix
/titles reload - reloads the config file
/titles set titlename - sets the title as your shown title. if the title is a prefix it will go before your name, a suffix will go after. you can have both a prefix and suffix active at the same time.
/titles set none - clears your active titles
Permissions:
titles.set - use /titles set
titles.info - use /titles info
titles.new - use /titles new
Compatibility
this plugin is untested with most plugins that change your display name. with essentials you have to turn off its display name features.
to make up for the lack of compatibility ops names are colored different than non ops and have <GM> added in front of them. I will work on updating it for compatibility at a future point in time!
My RPG Plugins
Rpg Click

-
View User Profile
-
Send Message
Posted May 11, 2013It may be worth noting that when the two titles "The Tester" and "The Logger" generate that the test is saved as "The_Tester" in the config file while the logger is saved as "The Logger" I dont know why they generate like this but im assuming that the command auto replaces the _ with a space and puts it in a string which causes it to think the title doesnt exist. If this is the case though I would think it would raise the error message that the title doesnt exist rather than having a server error message.
-
View User Profile
-
Send Message
Posted May 11, 2013I deleted the rpg achievement files and reset the server again and tried again but had the same result
-
View User Profile
-
Send Message
Posted May 11, 2013that's saying that you don't have the achievement The_Tester did you change the achievement in your config?
-
View User Profile
-
Send Message
Posted May 11, 2013I tried it again by typing "/titles add The_Tester donsavage" and got the following error in my console:
-
View User Profile
-
Send Message
Posted May 11, 2013titles add {titlename} {playername} if there are spaces in title name you need to replace them with _'s so The Killer would be The_Killer
-
View User Profile
-
Send Message
Posted May 11, 2013I randomly started getting an error when using the /titles add command. This is the message that appears in the console...
-
View User Profile
-
Send Message
Posted May 9, 2013that wouldn't be a hard addition, i could work on doing that a while later.
-
View User Profile
-
Send Message
Posted May 9, 2013This may be a big thing to ask, but could you add the ability to add permission nodes to titles so that when you have a title activated you have certain permissions? Combining this plugin with the plugin Permission Skills would be a very interesting option...
-
View User Profile
-
Send Message
Posted May 7, 2013@diannafire
lol sry :))
-
View User Profile
-
Send Message
Posted May 7, 2013@Malasuerte94
this is my rpg achievements plugin not guilds :P
-
View User Profile
-
Send Message
Posted May 7, 2013i tested plugin have som bugs but now i can add rank, and ... the tag in chat sill not apear i create my guild /guild create LOGRomania LOG and nothing show as prefix in normal chat
-
View User Profile
-
Send Message
Posted May 6, 2013V1.2.1 has been uploaded and will now include "none" in the titles list to show players how to remove their active titles. It will be available fordownload as soon as bukkit approves it!
-
View User Profile
-
Send Message
Posted May 5, 2013@donsavage1
good call don, i'll add it in right now and include it in the next update!
-
View User Profile
-
Send Message
Posted May 5, 2013Could you add "none" to the titles list? This would help members understand how to remove their title and make one less commonly asked question :) hopefully xD
-
View User Profile
-
Send Message
Posted May 5, 2013not sure i understand the request? you want the titles to be placed on a sign? like one players can click to assign them? or ones that display which players have them? or what?
-
View User Profile
-
Send Message
Posted May 5, 2013Can You make The titles be put on signs that would save me allot of time please
-
View User Profile
-
Send Message
Posted May 5, 2013@MCFUser5585029
not at this time though it is something i may consider in the future, i try to make all my plugins not need players to change their clients at all, if you find someone else that wants to make a spout version of it though my code is available on my bitbukkit at https://bitbucket.org/soulofw0lf/rpglobby otherwise after i'm done making the rest of the plugins in my RPG series i may revisit adding spout into them.
-
View User Profile
-
Send Message
Posted May 5, 2013@diannafire
Any chance of getting spout support? It'd allow for a GUI for the achievements and maybe popups when you earn them. Think WoW
-
View User Profile
-
Send Message
Posted May 3, 2013@S0NNews
glad you like it
@MCFUser5585029 under bosses you want tracked for the kill achiev's just have this in their skills
Skills:
- command kills_new_$player_$boss =0 1
for bosses you want to grant people achievements
- command titles_add_CustomAchievementName_$player =0 1
-
View User Profile
-
Send Message
Posted May 3, 2013Can you give me a example of how I would set this up to work with EB?