No Fly List FREE

Free No Fly List FREE 1.05

No permission to download
This resource is free
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.

1731608375950.png


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!
Author
jraServerAPI
Downloads
0
Views
24
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from jraServerAPI

Back
Top