Usage of RP Extensions
How to setup
Simply drag and drop the rpext.jar into your plugin folder, restart your server, and enjoy! Feel free to change the config files at your will.
Permissions
Enable these permissions as needed.
- rpext.* : All permission for everything (op only by default)
- rpext.read : allow use of /stats. Everyone by default.
- rpext.checkstats : allows users to check eachother's stats
- rpext.gstore : allow users to store gold. Only by permission.
- rpext.gtake : allow users to take gold. Only by permission.
- rpext.gtransfer : allows users to transfer gold. Only by permission.
- rpext.ggive : allows users to give gold. Only by permission
- rpext.gset : allows users to set others accounts. Only by permission
- rpext.quench : allow users to quench their own thirst. Only by permission.
- rpext.createatm : allow users to create atm machines at will. Create a sign with [rpAtm] as the first line to create a machine.
- rpext.sleep : Allow the usage of the /sleep command.
- rpext.convertEcon : Allows a user to /convertEcon to transfer past data to Vault
Config
SAMPLE CONFIG
#////////////RPEXT CONFIG//////////////# DebugMode: false UseGoldNuggetBank: true UseThirst: true #Time in ticks between thirst depletion ThirstTime: 1200 SleepTime: 9600 UseSleep: true #//////EXPERIMENTAL!!!/////////////////# UseChairs: false #SETTINGS MoneyID: 'GOLD_NUGGET' MoneyUnit: 'g' MoneyName: '§cCoin' UseInterest: true useEssentials: false useVault: false #Rate that interest will multiply by InterestRate: 0.1 #time between paydays in ticks (20 ticks = 1 second) InterestTime: 12000 ChairID: 53 #//////////////END CONFIG///////////////#
Most are pretty self explanitory.
NOTE:
If you wish to use color codes, use the '§' symbol and make sure you save in ANSI. If you don't you will end up with some weird characters. :P
Comments