I was looking to make a plugin for 2XP Events on my server, certainly to pair it along other plugins such as
RealisticSeasons to make weekly-events better for my server.
Install de plugin by dropping it in the plugins folder.
Available commands:
- /dxp enable // enables the event (console only)
- /dxp disable // disables the event (console only)
- /dxp get // displays a close approximate of your XP.
- /dxp optin // each time you get XP you will be notified in chat.
- /dxp optout // disables that notification
The optin/optout is tied to the server lifespan (it doesnt save anywhere, so each restart you need to optin again)
Config.yml:
- log: true|false // if the optin/optout cmd is enabled or disabled.
- multiplier: 2 // how much the XP is multiplied by in the event.
- death-cooldown: 3 // how many times you can die during the event
I'm not really a paid developer or anything, i will try to give support to this as it is a tiny part of something else i'm doing, feel free to ask anything or for any function and i will try to implement it if it fits the needs of the plugin itself.
Planned stuff:
- Multiple languages through lang.yml
- Permissions instead of console-only commands.