No Fly List FREE

Verified No Fly List FREE 1.05

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

On GameServersHub, developers can earn a "Verified" prefix tag for their resources. This tag indicates that the developer has been granted a website role to upload verified resources, which are generally of higher quality than unverified ones. By consistently providing dedicated and quality results for the gaming community, developers can earn this tag and showcase their commitment to providing top-notch content. So, if you're looking for the best gaming resources, be sure to keep an eye out for the "Verified" tag on GameServersHub.
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.

1647921325202.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!
  • Like
Reactions: SeReGa_93RUS_
Author
jraServerAPI
Downloads
127
Views
3,235
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from jraServerAPI

Latest updates

  1. Version 1.05 Update

    What's new in Version 1.05: Fixed another logic issue with NoMountDinos list that could allow...
  2. Version 1.04 Update

    What's new in Version 1.04: Fixed logic issue with NoMountDinos list no config changes
  3. Version 1.03 Update

    What's new in version 1.03 Fixed exploit that would allow flying if you jumped on an already...
Back
Top