Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Difference between revisions of "PixelMoney"

From Pixelmon Wiki
(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>
  
To allow players to receive rewards, run this command: <code>/lp <user/group> <player/group> meta set pixelmoney:group <group-id></code>
+
Example: <code>/lp user Notch meta set pixelmoney:group default</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.
  
==Usage==
 
A group-based reward can be created by using the same format as "group1", while modifying the group number (to "group2", "group3", etc. successively), weight, and "number-of-groups". Weight is the main identifier of groups; different weights can be set for different groups.
 
 
 
==Commands==
 
==Commands==
 
{{CommandSyntax}}
 
{{CommandSyntax}}
*<code>/pixelmoney togglemsg</code>: Enable/disable reward messages.
+
*<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.

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.

  1. Download PixelMoney for your version of Minecraft here.
  2. Place the jar inside the mods folder in the server root directory (in the same directory as SpongeForge).
  3. If you are coming off of an older version, back up your current pixelmoney.conf and delete it so a new one is generated.
  4. 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.

© 2012 - 2025 Pixelmon Mod