Hey! I'm wondering if it's possible to use 2 different chat notifications upon using /remove? I have a default and a supporter oxide group, and I want the default group to get informed that they can get supporter to get more out of the removetool. Here is some of my code:
{
"Settings": {
"Enable Debug Mode": false,
"Log Debug To File": false,
"Use Teams": false,
"Use Clans": true,
"Use Friends": true,
"Use Entity Owners": true,
"Use Building Locks": false,
"Use Tool Cupboards (Strongly unrecommended)": false,
"Use Building Owners (You will need BuildingOwners plugin)": false,
"Remove Button": "FIRE_PRIMARY",
"Remove Interval (Min = 0.2)": 0.5,
"Only start cooldown when an entity is removed": false,
"RemoveType - All/Structure - Remove per frame": 15,
"RemoveType - All/Structure - No item container dropped": true,
"RemoveType - Normal - Max Removable Objects - Exclude admins": true,
"RemoveType - Normal - Cooldown - Exclude admins": true,
"RemoveType - Normal - Entity Spawned Time Limit - Enabled": false,
"RemoveType - Normal - Entity Spawned Time Limit - Cannot be removed when entity spawned time more than it": 300.0,
"Default Entity Settings (When automatically adding new entities to 'Other Entity Settings')": {
"Default Remove Allowed": true
}
},
"Container Settings": {
"Storage Container - Enable remove of not empty storages": true,
"Storage Container - Drop items from container": false,
"Storage Container - Drop a item container from container": true,
"IOEntity Container - Enable remove of not empty storages": true,
"IOEntity Container - Drop items from container": false,
"IOEntity Container - Drop a item container from container": true
},
"Remove Damaged Entities": {
"Enabled": false,
"Exclude Quarries": true,
"Exclude Building Blocks": true,
"Percentage (Can be removed when (health / max health * 100) is not less than it)": 90.0
},
"Chat Settings": {
"Chat Command": "remove",
"Chat Prefix": "<color=#738D43>[RemoveTool]</color>: ",
"Chat SteamID Icon": 0,
"Show Message When Enabled/Disabled": true
},
"Permission Settings (Just for normal type)": {
"removertool.normal": {
"Priority": 0,
"Distance": 3.0,
"Cooldown": 300.0,
"Max Time": 600,
"Remove Interval (Min = 0.2)": 0.8,
"Max Removable Objects (0 = Unlimited)": 30,
"Pay": false,
"Refund": true,
"Reset the time after removing an entity": true
},
"removertool.supporter": {
"Priority": 1,
"Distance": 3.0,
"Cooldown": 0.0,
"Max Time": 900,
"Remove Interval (Min = 0.2)": 0.8,
"Max Removable Objects (0 = Unlimited)": 0,
"Pay": false,
"Refund": true,
"Reset the time after removing an entity": true
}And this is the message I want only the default usergroup or the users with the "removertool.normal" permission to recieve:
"ToolEnabled": "RemoveTool enabled for {0} seconds (Max Removable Objects: {1}, Remove Type: {2}), \nWant unlimited removal without cooldown? Become a <color=#FFD700>Supporter!</color> Learn how by typing <color=#FFD700>/support</color>",
Right now this message will show up for anyone using /remove no matter what permission they have.
Does anybody know if this is a possibility? Thanks in advance!