If you enjoy my plugins, please leave a rating!
This plugin controls which dinos players will be able to fly on for any map in your cluster. Also handles shoulder pets.
Reload config command: nfl.reload
Configuration:
If you enjoy my plugins, please leave a rating!
Please join my discord channel for any questions or support. Thank you!
This plugin controls which dinos players will be able to fly on for any map in your cluster. Also handles shoulder pets.
Reload config command: nfl.reload
Configuration:
JSON:
{
"NoFlyList":{
"ExcludeTheList": true, // if true then you CAN'T fly any dinos in the list.
// if false then you CAN ONLY fly the dino's in the list.
"FlyingShoulderDinos": [ // shoulder pets that helps the character fly are defined here, you probably wont need to edit this.
"Sinomacrops"
],
"NoMountDinos": [ // some dino's need to be added to this list to prevent mounting because the flying event does not trigger
"SpaceDolphin"
],
"TheList":{
"Valguero": { // map name
"Dinos": [
"Wyvern", // dino list
"Argent"
]
},
"ScorchedEarth": {
"Dinos": [
"Wyvern"
]
},
"Aberration": {
"Dinos": [
"SpaceDolphin",
"Sinomacrops"
]
},
"Ragnarok": {
"Dinos": [
]
},
"Extinction": {
"Dinos": [
]
},
"Gen2": {
"Dinos": [
]
},
"TheIsland": {
"Dinos": [
]
},
"CrystalIsles": {
"Dinos": [
]
},
"Genesis": {
"Dinos": [
]
},
"TheCenter": {
"Dinos": [
]
},
"LostIsland": {
"Dinos": [
]
}
},
"Messages":{
"GroupPermission":{
"Default": {
"SenderNameInChat": "No Fly List",
"UnableToFly": "Sorry but this dino is unable to fly",
"UnableToPickUp": "Sorry but this dino is unable to be picked up"
}
}
}
}
}
If you enjoy my plugins, please leave a rating!
Please join my discord channel for any questions or support. Thank you!