Hello, is there a way to make it work with the skill tree plugin? before the global update it worked
Dont work with SkillTreeNot An Issue
Can you explain how you were integrating the plugin with Skill Tree? For example, were you granting the spawn mini permission to users who had acquired a particular Skill Tree perk? The latest Rust update and plugin patch shouldn't be able to affect such an integration, so most likely the issue has something to do with Skill Tree or how you have configured it.
Hi @Stigiec
This is my version with the mymini plugin as well for instant liftoff. See if it works.
cheers.
"Personal Mini": {
"Permission required to show this node": null,
"enabled": true,
"max_level": 4,
"tier": 1,
"value_per_buff": 1,
"buff_info": {
"Key": "Permission",
"Value": "Permission"
},
"icon_url": "https://media.discordapp.net/attachments/1116387150271893627/1118439749678542878/latest.png",
"skin": 0,
"permissions": {
"description": "Level 1: Spawn / Despawn Mini\nLevel 2: Teleport Mini to you\nLevel 3: Remove Cooldown\nLevel 4: Instant Engine Startup",
"perms": {
"1": {
"perms_list": {
"spawnmini.mini": "Spawn Minicopter /mymini",
"spawnmini.nomini": "Remove Minicopter /nomini"
}
},
"2": {
"perms_list": {
"spawnmini.mini": "Spawn Minicopter /mymini",
"spawnmini.nomini": "Remove Minicopter /nomini",
"spawnmini.fmini": "Fetch Minicopter /fmini"
}
},
"3": {
"perms_list": {
"spawnmini.mini": "Spawn Minicopter /mymini",
"spawnmini.nomini": "Remove Minicopter /nomini",
"spawnmini.fmini": "Fetch Minicopter /fmini",
"spawnmini.nocd": "Remove Minicopter cooldown"
}
},
"4": {
"perms_list": {
"spawnmini.mini": "Spawn Minicopter /mymini",
"spawnmini.nomini": "Remove Minicopter /nomini",
"spawnmini.fmini": "Fetch Minicopter /fmini",
"spawnmini.nocd": "Remove Minicopter cooldown",
"instantstartup.use": "Instand Engine Startup"
}
}
}
}
},
Locked automatically