Difference between revisions of "PixelMoney"
(Version bump, quick and ultra dirty edit for new permission setup. Needs work, the Usage section is likely out of date and reloads aren't covered.) |
|||
Line 13: | Line 13: | ||
#Copy/paste the default group and change whatever you want. Don't forget to change group's id, it must be unique. | #Copy/paste the default group and change whatever you want. Don't forget to change group's id, it must be unique. | ||
+ | ==Usage== | ||
+ | Assuming you are using LuckPerms as permission management plugin run the command below to allow players to receive rewards: | ||
+ | |||
+ | <code>/lp <user/group> <player/group> meta set pixelmoney:group <group-id></code> | ||
− | + | Example: <code>/lp user Notch meta set pixelmoney:group default</code> | |
− | + | ==Configuration== | |
+ | Different reward templates can be created by using the same format as the sample provided in configuration file, copy and paste following the HOCON format and remember to modify the reward template ID, it must be unique. The configuration file is commented so read the rest of information about configuration from there. | ||
− | |||
− | |||
− | |||
==Commands== | ==Commands== | ||
{{CommandSyntax}} | {{CommandSyntax}} | ||
− | *<code>/pixelmoney togglemsg</code> | + | *<code>/pixelmoney togglemsg</code> - <code>pixelmoney.command.toggle</code> -> Enable/disable reward messages. |
<!-- | <!-- |
Revision as of 16:22, 13 December 2018
PixelMoney is a Pixelmon sidemod and Sponge plugin used to set cash rewards for defeating Pokémon.
Contents
Installation
Minecraft version | Pixelmon version | PixelMoney version |
---|---|---|
1.12.2 | 6.3+ | 3.0.0 |
1.12.2 | 6.0+ | 2.1.0 |
1.10.2 | 5.1.0+ | 2.0.0 |
PixelMoney is a Sponge plugin, which means it is only for installation on servers. It requires both Pixelmon and SpongeForge to install. The plugin only needs to be in the mods directory of the server for it to run.
- Download PixelMoney for your version of Minecraft here.
- Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge).
- If you are coming off of an older version, back up your current pixelmoney.conf and delete it so a new one is generated.
- Copy/paste the default group and change whatever you want. Don't forget to change group's id, it must be unique.
Usage
Assuming you are using LuckPerms as permission management plugin run the command below to allow players to receive rewards:
/lp <user/group> <player/group> meta set pixelmoney:group <group-id>
Example: /lp user Notch meta set pixelmoney:group default
Configuration
Different reward templates can be created by using the same format as the sample provided in configuration file, copy and paste following the HOCON format and remember to modify the reward template ID, it must be unique. The configuration file is commented so read the rest of information about configuration from there.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
/pixelmoney togglemsg
-pixelmoney.command.toggle
-> Enable/disable reward messages.