• 0

    posted a message on YAML code error in permissions file. Using PermissionsBukkit.
    I would HIGHLY recommend using PEX over any other permissions plugin. If you need help setting it up, I'd be happy to do that for you.

    - Scott :D
    Posted in: Server Support and Administration
  • 0

    posted a message on Need help with improving TPS

    A few things could cause tps to be low. Please see the following to possibly diagnose the issue:


    1. You do not have enough RAM allocated to your server.

    2. You are using an outdated plugin or a plugin that constantly updates causing lag.

    3. You have a bad internet connection.


    Please provide a list of plugins.

    Posted in: Server Support and Administration
  • 0

    posted a message on [1.8] Permissionsex Problem

    I would recommend setting up the permissions from within the config. Make a rank that has the '*' permission (make sure to put apostrophes around it) and then add a prefix to that group all in the config.


    Then add yourself to that group by using the command "pex user [user] group add [group name]


    Hope this help!

    Scott

    Posted in: Server Support and Administration
  • 0

    posted a message on (URGENT HELP) Disable 'Saved Toolbars' on server

    Hello! (I run a creative server called The Nest)


    I need to disable the use of 'saved toolbars' for players. Players are able to spawn in items such as crash hoppers, crash potions, and books that when opened, make you use a certain command.


    I don't want to remove the use of all hoppers, books, and potions because these are items I would like players to have access to. But I do not want players being able to bring NBT modified items from their single player world into this server.


    Server IP: nestmc.my.to

    Posted in: Server Support and Administration
  • 2

    posted a message on PermissionsEX file won't configure properly

    I use pex and have taken a look through your pastebin. I made all the necessary edits and all you need to do it copy and paste my version of the config. Please note that the word "Developer" is not spelled "Developper."


    https://pastebin.com/YU9u3z71


    That should fix all of the issues. Your problems were all based on spacing. You incorrectly spaced words making the config unreadable to the plugin.



    Let me know if this doesn't work!

    Posted in: Server Support and Administration
  • 0

    posted a message on PEX PERMS DONT WORK! Please help me.

    DO NOT EDIT ANYTHING UNTIL YOU READ ALL OF MY EDITS! IF YOU EDIT YOUR CONFIG AS YOU READ, THEN THE LINE NUMBERS WILL NOT CORRESPOND AS THEY DO NOW.


    Line 147: You set the inheritance to "Moderator". But the name of the rank it is inheriting is named "Mod"


    Line 154: You are supposed to specify the name of a world in order to give a world-specific permission. So there is an error here. To fix this, remove lines 153-154 unless you want to have permissions that are world-specific.


    Line 164: It says "options:null" - remove this line completely.


    Line 179: You named the group "Mod-Head" even though there is already a Head-Mod Group... - remove lines 179-181.



    Hope this helps :)


    Scott

    Posted in: Server Support and Administration
  • 0

    posted a message on My server works one day and within 12 hours doesnt work anymore...

    Could you list all the plugins you have on the server?

    Posted in: Server Support and Administration
  • 0

    posted a message on !**Help**! Bungeecord Fallback Server NOT WORKING

    Hello! So I have made a bungeecord server and have multiple servers attached to it. I made my lobby server named "creative" because it is the only server that is currently finished. When I join the skyblock server and it gets shut down (if I am restarting it), I get kicked from the server entirely and it says "Server Closed". What I would like to happen is I would like to get put to the fallback server (named "creative").


    I have tried adding "fallback_server: creative" but it just removes the line when I restart bungeecord. I also set the priority to creative. See my bungeecord config below:



    ip_forward: true
    network_compression_threshold: 256
    stats: 9720ace8-e316-441f-8000-38a12f22d66b
    groups:
    scottbw123:
    - admin
    kite7742:
    - mod
    servers:
    lobby:
    motd: '&6&l Nest&3&lMC&f&l Games &7&l[&8&l1.12+&7&l] &b&lCREATIVE
    &f&l| &a&lWORLDEDIT &f&l| &d&lRANKS'
    address: localhost:25566
    restricted: true
    creative:
    motd: '&6&l Nest&3&lMC&f&l Games &7&l[&8&l1.12+&7&l] &b&lCREATIVE
    &f&l| &a&lWORLDEDIT &f&l| &d&lRANKS'
    address: localhost:25567
    restricted: false
    factions:
    motd: '&6&l Nest&3&lMC&f&l Games &7&l[&8&l1.12+&7&l] &b&lCREATIVE
    &f&l| &a&lWORLDEDIT &f&l| &d&lRANKS'
    address: localhost:25568
    restricted: true
    skyblock:
    motd: '&6&l Nest&3&lMC&f&l Games &7&l[&8&l1.12+&7&l] &b&lCREATIVE
    &f&l| &a&lWORLDEDIT &f&l| &d&lRANKS'
    address: localhost:25569
    restricted: true
    timeout: 30000
    player_limit: 100
    listeners:
    - query_port: 25565
    motd: '&6&l Nest&3&lMC&f&l Games &7&l[&8&l1.12+&7&l] &b&lCREATIVE
    &f&l| &a&lWORLDEDIT &f&l| &d&lRANKS'
    tab_list: GLOBAL_PING
    query_enabled: false
    proxy_protocol: false
    forced_hosts:
    pvp.md-5.net: pvp
    ping_passthrough: false
    priorities:
    - creative
    bind_local_address: true
    host: 0.0.0.0:25565
    max_players: 100
    tab_size: 100
    force_default_server: true
    prevent_proxy_connections: false
    permissions:
    default:
    - bungeecord.command.server
    - bungeecord.command.list
    mod:
    - bungeecord.server.factions
    - bungeecord.server.skyblock
    - bungeecord.server.lobby
    - bungeecord.command.server
    - bungeecord.command.list
    admin:
    - bungeecord.command.server
    - bungeecord.command.list
    - bungeecord.command.alert
    - bungeecord.command.end
    - bungeecord.command.ip
    - bungeecord.command.reload
    - bungeecord.server.factions
    - bungeecord.server.skyblock
    - bungeecord.server.lobby
    online_mode: true
    log_commands: false
    disabled_commands:
    - disabledcommandhere
    connection_throttle: 4000

    Posted in: Server Support and Administration
  • 0

    posted a message on Make Minecraft Server 1.12 and 1.12.1

    SOLVED:


    DO NOT GET VIAVERSION!


    Get ProtocolSupport and ProtocolSupportStuff! This allows clients of higher or lower versions to join your server. You are able to specify what versions can join and if the versions have outdated blocks, you can specify that they look like another block without having to deny the higher ranks access.

    Posted in: Server Support and Administration
  • 0

    posted a message on Make Minecraft Server 1.12 and 1.12.1

    Hello! I am hosting a server (nestmc.my.to) and am having trouble making it compatible with 1.12 and 1.12.1. Since this update, I will be losing players by choosing a single one of those options because some players are on 1.12 and others on 1.12.1. Most people do not want to switch back and forth to go on a server.


    I know that the bigger servers such as mineplex and hypixel have compatibility on many versions of minecraft. I am just looking to make my server compatible with 1.12 and 1.12.1. This means that whether you are in 1.12 or in 1.12.1 minecraft, you can join the server. Thanks!

    Posted in: Server Support and Administration
  • 0

    posted a message on PermissionsEx Prefix error: In game doubling
    I am using PermissionsEx group permission plugin. I made prefixes for the ranks, so now in game I am playing and my prefix is [Owner][Owner]scottbw123, Now I set it to say [Owner]Scottbw123 but it doubles up.

    I use chatmanager too, I checked chatmanager there is no problem that i can see and I think it interfeares with essentials or something, if you know of anything please tell me.

    (dont say (use essentials chat) i dont want essentials chat)
    Posted in: Server Support and Administration
  • To post a comment, please .