Hey everyone,
Looking for a plugin in return for a vouch.
/addclaim <uuid> <command>
/addclaim 37e14826-f9c1-4dbd-82d4-3f27fec85875 pex user 37e14826-f9c1-4dbd-82d4-3f27fec85875 group add Diamond
More specifically, it will be used for Buycraft, so:
/addclaim {uuid} pex user {uuid} group add Diamond
Then, when a player runs the command "/reclaim", it will run the command(s) via Console. Whenever a player runs /reclaim, it will assign the "data" section to "true", which will prevent them from reclaiming it again.
If you can do this, send me a direct message.
Looking for a plugin in return for a vouch.
/addclaim <uuid> <command>
/addclaim 37e14826-f9c1-4dbd-82d4-3f27fec85875 pex user 37e14826-f9c1-4dbd-82d4-3f27fec85875 group add Diamond
More specifically, it will be used for Buycraft, so:
/addclaim {uuid} pex user {uuid} group add Diamond
Code:
config.yml
reclaims: #Reclaim Data
37e14826-f9c1-4dbd-82d4-3f27fec85875:
- "pex user 37e14826-f9c1-4dbd-82d4-3f27fec85875 group add Diamond"
- "pex user 37e14826-f9c1-4dbd-82d4-3f27fec85875 group add Emerald"
data: #Whether the user has reclaimed or not. If true, prevent them from running /reclaim.
37e14826-f9c1-4dbd-82d4-3f27fec85875: true
messages: #Custom messages
reclaim: "&7You reclaimed all of your ranks."
none: "&cYou have no ranks to be reclaimed."
broadcast "&e%player% reclaimed their ranks!"
Then, when a player runs the command "/reclaim", it will run the command(s) via Console. Whenever a player runs /reclaim, it will assign the "data" section to "true", which will prevent them from reclaiming it again.
If you can do this, send me a direct message.
Last edited:
