Achievements Reloaded
Achievements - made by Lolmewn
What does this plugin do?
This plugin allows you to add additional achievements to the game. This plugin requries my other plugin, Stats, to work.
Using this plugin, you can add achievements to the game, and add rewards to them. Whenever a player gets an achievement, you can let commands run, give them money and/or items, and much more using the API this plugin will have.
How do I install this?
Download the latest file from the files page and put it in your plugins folder.
Configuring the plugin
config.yml
There's nothing much to configure here yet. You can toggle whether or not it auto-updates, but that's about it.
achievements.yml
This is where you will store all your achievements. An achievement must have the following layout:
<id> name: YourAchievementName goals: - Stat <amount> <TOTAL or the variables belonging to this Stat> - another one?
The rest of the things is pretty self-explanatory. Once I have time, I will write down a good how-to-write achievements page.
Stats
These are the available Stats:
| Stat | Description | Variables |
|---|---|---|
| Block_break | All broken blocks with their Datavalues | itemId itemData breaking |
| Block_place | All placed blocks with their Datavalues | itemId itemData breaking |
| Death | All deaths with their causes | cause entity(boolean, true is safest) |
| Kill | All kills with their causes | type |
| Move | Walking, sailing, riding a train, on the back of a pig or by horse. | type (0=walk, 1=boat, 2=train, 3=pig, 4=pig in train, 5=horse) |
| Playtime | Time played in seconds | |
| Arrows | Arrows shot | |
| Xp_gained | Total XP gained | |
| Joins | Total times joined | |
| Fish_catched | Total fish Caught | |
| Damage_taken | Total damage taken | |
| Times_kicked | Total times kicked | |
| Tools_broken | Total Tools broken | |
| Eggs_thrown | Total eggs thrown | |
| Items_crafted | Total items crafted | |
| Omnomnom | Total times had a snack | |
| On_fire | Total times being on fire | |
| Words_said | Total words said | |
| Commandsdone | Total commands done | |
| Votes | Total times voted for the server (uses Votifier) | |
| Worldchange | Total times worlds changed | |
| Bucketfill | Total buckets filled | |
| Bucketempty | Total buckets emptied | |
| Bedenter | Total times bed entered | |
| Itemdrops | Total times items dropped | |
| Itempickups | Total times items picked up | |
| Teleports | Total times teleported | |
| Shear | Total times sheared | |
| Lastjoin | The time the player joined the server last | |
| Lastleave | The time the player left the server last |
Want to use a Stat that uses variables? You have to specify either the variables or use 'TOTAL'.
Variables with StatTypes
Some Stats have variables. A good example is Block_break, it has the variables <blockId> <blockData> and <breaking>.
If you want to have a goal where a player must break 5 blue wool blocks, the goal would be
- Block_break 5 35 3 true
If the block has no special blockData (e.g. there's only one type of it), use 0 as blockData. Example:
- Block_break 20 1 0 true
This means break 20 stone blocks.
Examples for the other special Stats:
- Block_place 5 TOTAL - Move 1000 1 #move 1000 blocks with transport type 1 (boat) - Kill 10 Zombie - Death 3 Creeper
The format always is - Stat Amount Total|Variables|<empty>
Item Rewards
The way Item Rewards are written down is somewhat difficult. Basically, you should write it down as
items: <itemId>.<itemData>,<amount>;<itemId>.<itemData>,amount;... etc. items: 35.3,10;1,10 items: 1,20
Note that the itemData doesn't have to be specified
The itemID obvioulsy is the ID the item has (which you can find a full list of here), the itemData is also on that list, and the amount.. well, duhh.
The first example gives you 10 colored wool, and 10 stone. The second example gives you 20 stone.
Example achievements.yml
You can find an example right here. When writing new achievements, I suggest you grab this page and see what all the options do.
Commands and permissions
| Command | Permission | Description |
|---|---|---|
| /ach | achievements.view.self | Check out your progress |
| /ach player <player> | achievements.view.others | Check out someone elses progress |
| /ach reload | achievements.reload | Saves all players and reloads all achievements |
| /ach page <page> | achievements.view.self | Check out page <page> of your progress |
| /ach <achievement> | Check out what the achievement is all about |
Development builds
Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk, they may or may not work at all.
Development builds for Stats can be found at my CI, over at http://ci.lolmewn.nl/job/Achievements/.
Source
Want to help develop, or simply view what makes this plugin run?
Visit my bitbucket!
Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
If you wish to disable this feature (/me cries), you can do so by opt-ing out, which you can do in the config file under /plugins/PluginMetrics/
Auto-updater
This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you, for some reason, wish to disable this process, you can do so by setting 'update' to false in the plugins' settings file.
IRC Support
You can find me (and possibly, when I'm around, support) in my IRC channel #Lolmewn on irc.esper.net - See you there!
-
View User Profile
-
Send Message
Posted Aug 19, 2013Whenever i type /achievements in-game it just tells me "Type /achievements to view your achievements!" How can i make it so it lists the achievements you completed? (I'm guessing that's what it's supposed to do)
-
View User Profile
-
Send Message
Posted Aug 16, 2013@Richardarkless
Not yet, but I could totally add support for this. Just make a ticket and I'll see what I can do.
-
View User Profile
-
Send Message
Posted Aug 16, 2013Hi can this be setup so that an achievement can only be unlocked in a certain world?
-
View User Profile
-
Send Message
Posted Jul 31, 2013lolmewnachievements v0.6 must be configure, the .jar, the folder ? / lolmewnstats v1.29 must be configure, the .jar, the folder ? / WEBStatsX must be configure, the .php (ok), ftp, put where ?
I'd like more help for use that :(.
-
View User Profile
-
Send Message
Posted Jul 29, 2013@Lolmewn
Thank you!
-
View User Profile
-
Send Message
Posted Jul 29, 2013@jgarnham
Items crafted doesn't work with item ids yet. I'm currently adding more support for things like this.
-
View User Profile
-
Send Message
Posted Jul 29, 2013I can't even get the most basic config to work: http://pastie.org/8186629
It doesn't register that achievement. Any ideas?
-
View User Profile
-
Send Message
Posted Jul 29, 2013I can't get some stat types to work for example ITEMS_CRAFTED, like so:
- ITEMS_CRAFTED 1 274 0 true
never gets completed.
-
View User Profile
-
Send Message
Posted Jul 27, 2013Hi, Thanks for this plugin, but.
It is completely incomprehensible. Thank you provide more clear and useful advice for a basic using when you have the time.
For work :
Download lolmewnachievements v0.6 / Download lolmewnstats v1.29 / Download WEBStatsX, could work without ? / Put all of this on plugins folder ?
But don't work.
So :
lolmewnachievements v0.6 must be configure, the .jar, the folder ? / lolmewnstats v1.29 must be configure, the .jar, the folder ? / WEBStatsX must be configure, the .php (ok), ftp, put where ?
When the plugin is activated or how activated him ?
Thanks in advance.
-
View User Profile
-
Send Message
Posted Jul 18, 2013Could you add money to the stat types?
Also the death goal doesn't seem to be working properly. "TOTAL" death seems to work however whenever you use a variable with it such as "Creeper" it doesn't seem to be registering properly (it is recorded in the stats plugin though).
-
View User Profile
-
Send Message
Posted Jun 30, 2013@MGbeenieboy
No, but if you make a ticket for it I could look into supporting that.
-
View User Profile
-
Send Message
Posted Jun 30, 2013When a player reaches an archievment from the vanilla minecraft, i can let a cmd run with this plugin. Right?
-
View User Profile
-
Send Message
Posted Jun 23, 2013@Lolmewn
I start the server, player joins the server, then he plays some time, he leaves the game and this error shows up!
One more error:
http://pastebin.com/hBYiuNTq
-
View User Profile
-
Send Message
Posted Jun 23, 2013@Lubenica998
I got the same, but it only happens once on startup (right?).
I'm not sure what's causing it as no events should be ran without players.
-
View User Profile
-
Send Message
Posted Jun 22, 2013@Lolmewn
Okay, I have a new problem :S
http://pastebin.com/sNgcWNe8
-
View User Profile
-
Send Message
Posted Jun 21, 2013@Lubenica998
Will be in 0.7
-
View User Profile
-
Send Message
Posted Jun 21, 2013@Lolmewn
In which version have you implemented threading? I have version 0.6 :S
-
View User Profile
-
Send Message
Posted Jun 21, 2013@Lubenica998
I just implemented threading for the saving of the players, and let it only load the config file on startup. That should do good for timings.
-
View User Profile
-
Send Message
Posted Jun 21, 2013Hmm, timings are very bad :S
http://aikar.co/timings.php?url=5787009
Btw excellent plugin, I love it :)
-
View User Profile
-
Send Message
Posted Jun 21, 2013@Nitratox
Any errors on startup? Could you pass me your achievements.yml for testing?