Is this plugin compatible with Server Rewards? Purchase using RP Points?
Support for Server Rewards pluginSolved
You could run it as a command line purchase, however it wasnt built for that yet. I am looking at adding an option to allow to call to a player.
Added ability in new version to call to player thru chat or console commands, with permissions.
grrr sorry i didnt see your message. not always signed into Umod.
My idea is to allow players who dont have permissions to be able to buy "backup" as such
You can literally still do that with Server Rewards as a Command Purchase and would look something like this, of course customize it to your likings. This is how I have it set up on my servers, adding this to the last entry on the reward_data.json file for Server Rewards.
"Callin Paratroopers to your Locations": {
"description": "Calls in a Paratrooper Event on your position",
"iconName": "https://assets.umod.org/images/icons/plugin/5b6770996ef0d.jpg",
"commands": [
"say <color=#0099CC>$player.name</color> has called in a Paratrooper Event to their location",
"pt player $player.name"
],
"displayName": "Call Paratroopers",
"cost": 7500,
"cooldown": 43600
}
Hey buddy
So when i use ur example for Server Rewards it cannot locate the player :(
05-18 20:58:54 | [Paratroopers] Could not locate the specified player
change $player.name to $player.id - more than likely its a player with a space in their name, Server Rewards is funky that way.
But can this be done with the economy?
Locked automatically