Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level management seems ignored #283

Closed
benda95280 opened this issue May 17, 2020 · 2 comments
Closed

Level management seems ignored #283

benda95280 opened this issue May 17, 2020 · 2 comments

Comments

@benda95280
Copy link

Dear,

I'm sorry to open an issue for that, but i'm not able to get my problem sorted.
PMMP Version: 3.12 / Festival Poggit Ver 116

Without Festival, on worlds, player cannot fly and have fall damage.
When activated, player can fly and do not have fall damage.

Please find below configuration files :
Level :

{
        "desc": "Festival Level mine",
        "flags": {
            "animals": false,
            "cmd": false,
            "drop": false,
            "edit": false,
            "effect": false,
            "explode": false,
            "fall": false,
            "fire": false,
            "flight": false,
            "hunger": false,
            "hurt": false,
            "mobs": false,
            "msg": true,
            "pass": false,
            "perms": false,
            "pvp": false,
            "shoot": false,
            "tnt": false,
            "touch": false
        },
        "name": "mine",
        "options": {
            "areatitledisplay": "on",
            "autowhitelist": "off",
            "compass": "off",
            "flightcontrol": "on",
            "itemid": 201,
            "lang": "en",
            "levelcontrol": "off",
            "msgdisplay": "op",
            "msgposition": "tip"
        }
    }

Config :

{
    "defaults": {
        "animals": false,
        "cmd": false,
        "drop": false,
        "edit": true,
        "effect": false,
        "explode": true,
        "fall": false,
        "fire": false,
        "flight": false,
        "hunger": false,
        "hurt": false,
        "mobs": false,
        "msg": false,
        "pass": false,
        "perms": false,
        "pvp": false,
        "shoot": false,
        "tnt": true,
        "touch": false
    },
    "options": {
        "areatitledisplay": "on",
        "autowhitelist": "off",
        "compass": "off",
        "flightcontrol": "on",
        "itemid": "201",
        "lang": "fr",
        "levelcontrol": "off",
        "msgdisplay": "op",
        "msgposition": "tip"
    }
}

Thanks

@genboy
Copy link
Owner

genboy commented Jun 1, 2020

Hi @benda95280, could you try in the configuration options set "flightcontrol": "off". This way Festival does not touch the flight-functions in levels (without the code on
_damage adjustments).

@genboy
Copy link
Owner

genboy commented Mar 24, 2021

Long time nog response, i hope all worked out well. See the Festival Dev update for latest debugged version. Thank you for sharing your experience.

@genboy genboy closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants