Plugin Help Vanish Probolem

Discussion in 'Plugin Help/Development/Requests' started by SpookyMinecraftName, Nov 1, 2017.

Thread Status:
Not open for further replies.
  1. Hey everybody. I have a problem on my server. Every time I join I get invisible. People WITH OP do this, but normal players without permissions and without OP do this too. If somebody joins the server I have to do
    /vanish [playername]
    /vanish [playername]
    /vanish [playername]
    and then others can finally see the player. First i want to ask you if you know a way to fix this, but if you dont, maybe you can tell me how to disable vanish (also for OP players) from essentials so that I can install VanishNoPacket on my server without having two vanish plugins. PLS HELP...

    ~ Plugins list:
    - AdminFun
    - ArchonCrates%2019.1.3
    - Bedwars
    - ChestCommands
    - CustomJoinItems
    - Essentials-2.x-SNAPSHOT
    - EssentialsChat-2.x-SNAPSHOT
    - EssentialsSpawn-2.x-SNAPSHOT
    - HolographicDisplays
    - LegacyFactions-1.4.5-all
    - MaxBans
    - Muliverse-Core-2.5.0
    - PerWorldChatPlus_5.1.1v
    - PermissionsEx-1.23.4
    - SignEdit
    - Skywars%20X
    - StaffChat
    - TrollBoss_v5.8
    - VoidGenerator
    - VoxelSniper-5.272.0-SNAPSHOT
    - WarpPortals-5.6-5-SNAPSHOT
    - worldedit-bukkit-6.1.7.3


    ~ PEX permissions.yml
    Code:
    Code:
    groups:
    default:
    options:
    rank: '1000'
    default: true
    prefix: '&0(&fMember&0)&7 '
    permissions:
    - essentials.afk
    - essentials.helpop
    - essentials.rules
    - essentials.realname
    - essentials.spawn
    - essentials.suicide
    - essentials.msg
    - commandbook.away
    - chestcommands.command.open
    - chestcommands.open.lobby-menu.yml
    - essentials.warp
    worlds:
    factions:
    permissions:
    - modifyworld.*
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.helpop
    - essentials.mail
    - essentials.mail.send
    - essentials.pay
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.balance
    - essentials.pay
    Bedwars1:
    - essentials.protect.pvp
    Bedwars2:
    - essentials.build
    - essentials.protect.pvp
    - essentials.build.place.*
    - essentials.modifyworld.*
    - modifyworld.*
    - modifyworld
    - - essentials.warp
    YouTuber:
    permissions:
    - essentials.afk
    - essentials.helpop
    - essentials.realname
    - essentials.spawn
    - essentials.suicide
    - essentials.msg
    - commandbook.away
    - essentials.rules
    options:
    rank: '900'
    prefix: '&0(&4Y&fT&0)&7 '
    worlds:
    world:
    permissions:
    - null
    factions:
    permissions:
    - modifyworld.*
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.helpop
    - essentials.mail
    - essentials.mail.send
    - essentials.pay
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    Helper:
    permissions:
    - essentials.fly
    - essentials.rules
    - essentials.invsee
    - adminfun.slap
    - essentials.hat
    - essentials.afk
    - essentials.msg
    - essentials.enderchest
    - essentials.back
    - essentials.back.ondeath
    - essentials.tp
    - essentials.tp.others
    - essentials.tphere
    - essentials.spawn
    - essentials.ignore
    - essentials.near
    options:
    rank: '800'
    prefix: '&0(&eHelper&0)&7 '
    Moderator:
    permissions:
    - null
    - null
    options:
    rank: '100'
    prefix: '&0(&1Moderator&0)&7 '
    Admin:
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    - permissions.*
    options:
    rank: '1'
    prefix: '&0(&2Admin&0)&7 '
    Owner:
    permissions:
    - '*'
    - essentials.protect.pvp
    options:
    prefix: Owner
    members:
    worlds:
    factions:
    permissions:
    - modifyworld.*
    schema-version: 1
    
    The permissions.yml is not done, I wanted to make sure the default rank is done and later do the mod and admin.
    PLEASE HELP ME!!
    I AM DESPERATE!!

    Is there nobody who can help me?
     
    Last edited: Nov 4, 2017
  2. If players are automatically invisible when joining without even typing a command, then that is one issue. People having access to /vanish is another. Try figuring out which one it is, or adding CommandSpy to see if they're typing it when they join right away. You can also disable each plugin one-by-one (using a plugin loader such as PlugMan), see each time if it fixes... but it's either a bug or a permissions problem.

    -----
    Hang on, your config file may be messed up. It should be indented, like so:

    Code:
    groups:
        default:
            options:
                 rank: '1000'
                 default: true
                 prefix: '§0(§fMember§0) §7 '
            permissions:
                 - essentials.afk
                 - essentials.helpop

    There should be four spaces under each child node of the config file.
    Format:

    Code:
    Parent Node:
        ChildNode1:
        ChildNode2:
     
  3. The problem is that people join in vanish, even if I set that to false in the config.yml from Essentials. I installed a CMD spy and when a player joins he does NOT do any commands automaticly. The permissions.yml is correct. The 4 spaces are there, but it just didnt show it in the code on this thread.
     
  4. Well, this really is a big problem... Essentials shouldn't do that, but are you sure that it is Essentials that is causing this? Because from what I understand, you're having to first vanish the player with Essentials, then un-vanish them with Essentials. Disable Bedwars and look into it, and see if that is doing it. It may be doing that for the "lobby".
     
Thread Status:
Not open for further replies.

Share This Page