-
Notifications
You must be signed in to change notification settings - Fork 12
Economy Types
On this page, you will be able to learn about what are economy types and what they are used for.
Economy Types is an internal feature that helps administrators to make PicoJobs hook into different economy plugins. Economy Types can also include some vanilla economy features.
Our plugin have four built-in Economy Types:
- VAULT - Use Vault plugin in order to get the economy plugin (https://www.spigotmc.org/resources/vault.34315/)
- POINTS - Use PlayerPoints economy (https://www.spigotmc.org/resources/playerpoints.80745/)
- EXP - Use the minecraft EXP levels (https://minecraft.gamepedia.com/Experience)
- TOKEN_MANAGER - Use the TokensManager economy (https://www.spigotmc.org/resources/tokenmanager.8610/)
- ITEM - Give items to the player (Minecraft Vanila) | String List - items
- COMMAND - Run command in the console (Minecraft Vanilla) | String List - commands
Have a plugin suggestion to add here? Send us in our discord or send an issue in the GitHub!
External plugins Economy Types: NONE
There is also the DEFAULT economy type which will automatically redirect to the default economy implementation of the platform you are running the plugin in. For example in Bukkit the DEEFAULT economy implementation will redirect to VAULT.
Want to add your plugin here? Send us in our discord or send an issue in the GitHub!
If you are a plugin developer you can create your own economy implementation very easily, check this part of the wiki to know how to do it.
Thanks for using PicoJobs