/killedplayers
Will get the rate kills players of the current group
/killedplayers [group]
to get the rate kills players in the choosen group
/payto [name] [amount]
alias /thepay /thepayto
/ i \You will need to remove the permission /pay from your player to not by pass travel money from group / i \
This is the same command as alias of
/themultiworldmoney /themoney /tmwm
/themultiworldmoney help
- The main help
/tmwm pay [name] [amount]
/themultiworldmoeny baltop [group] [page]
/themultiworldmoney group
- This will list all world in all group
/themultiworldmoney group add
[GROUPNAME] [STARTING AMOUNT] - Add a group with a starting balance
/themultiworldmoney group move
[WORLDNAME] [GROUPNAME] - Move World to a new group
/themultiworldmoney group delete
[GROUPNAME] - Delete group Worlds will in default
/themultiworldmoney player
[PLAYERNAME] list
- List of money by group
/themultiworldmoney player
[PLAYERNAME] [GROUP] deposit [AMOUNT]
- deposit to this group
/themultiworldmoney player
[PLAYERNAME] [GROUP] withdraw
[AMOUNT] - withdraw from this group
/themultiworldmoney player
[PLAYERNAME] [GROUP] set
[AMOUNT] - set exact money to this group
/themultiworldmoney player [PLAYERNAME] [GROUP] set_auction_limit [AMOUNT] - set limited items in the auction house. -1 mean unlimited items
Special case: /themultiworldmoney player Patfreeze
[moneyGroup] Deposit 1
This will automatically replace
[moneyGroup] by the last group player was after quit or the current group if player is online.
Code (YAML):
line one: [tmwm
] line two: shop
Code (YAML):
killedplayers.*:
description: Give acces to
all killedplayers commands
children:
payto.use: true
killedplayers.use:
description: Allows you to use command use of killedplayers
default: true
permission-message: 'You do not have the permission killedplayers.use'
auction.*:
description: Give acces to
all auction commands
children:
auction.use: true
auction.use:
description: Allows you to use command use of auction
default: true
permission-message: 'You do not have the permission auction.use'
payto.*:
description: Give acces to
all payto commands
children:
payto.use: true
payto.use:
description: Allows you to use command use of payto
default: true
permission-message: 'You do not have the permission payto.use'
themultiworldmoney.*:
description: Gives access to
all themultiworldmoney commands
children:
themultiworldmoney.admin: false
themultiworldmoney.mod: false
themultiworldmoney.pay: true
themultiworldmoney.createshop: true
themultiworldmoney.auction: true
themultiworldmoney.admin:
description: Allows you to use command for administrator
default: false
permission-message: 'You do not have the permission themultiworldmoney.admin'
themultiworldmoney.mod:
description: Allows you to use command for moderator
default: false
permission-message: 'You do not have the permission themultiworldmoney.mod'
themultiworldmoney.pay:
description: Allows you to use command to pay someone
default: true
permission-message: 'You do not have the permission themultiworldmoney.pay'
themultiworldmoney.createshop:
description: Allows you to use command to create_shop
default: true
permission-message: 'You do not have the permission themultiworldmoney.createshop'
themultiworldmoney.auction:
description: Allows you to use command to auction
default: true
permission-message: 'You do not have the permission themultiworldmoney.auction'