Solved Permissions bowl, MCMA, and some plugins... what a mess! Help!

Discussion in 'Bukkit Help' started by the_killer_ch, Aug 27, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    the_killer_ch

    Hello,
    I am sorry for the long post but I'll try to explain my situation.

    No limits on administration
    I would like to use MCMA or similar because I need to administrate my server from everywhere. I cannot be always at my computer but I must check the server trough the web.

    The server
    It should be a free roaming RPG, with quests, villages, dungeons and vaste worlds to explore (with hidden treasure chests).
    For that I need BoseConomy, Towny, Multiverse Core and Portals, Dynmap and its upgrade to towny, Craftbook, Citizens... at least.

    The worlds
    Our worlds should be different. We have a water world, some worlds with high mountains, massive forests or deserts. Players will have free choice on where to live and how. 6 out of 10 worlds are ready for colonization.
    Two worlds have to be under control. The main world and the one for dungeons should be protected against buildings, digging, ... but players should be able to switch redstone circuits and open doors. Killing animals, harvesting fields and crafting items need to be blocked. These worlds must be read-only worlds.
    The last two worlds should be accessible only to donors. The End and CreativeLand have to be restricted. For CreativeLand I must set up a different inventory (in order to keep items taken with creative mode in that world).

    Permission Plugins
    We have tried PEX, bPerms and PermissionBukkit. All of them with MCMA "permissions exporting mode" set on NONE or the correct plugin.
    We could not achieve anything. Door switching is off all over the worlds (even in a town with perms set to switching 'fao'). The blocks on the dungeon world are not protected or the donor land is accessible to everyone.

    Why we are crying
    It is about 2 weeks that we are working on these problems. The server is ready. The website and forum are ready too. We cannot open the server just because we cannot make our permissions work as expected.
    What can we do?

    PermissionsBukkit example
    We decided to start all over. This is what we have planned for PermissionsBukkit
    Code:
    users:
        the_jane_doe:
            groups:
              - 'Player_Rest'
        the_killer_ch:
            groups:
              - 'Admin'
        silentwhisperer:
            groups:
              - 'Admin'
     
    groups:
        Donator:
            permissions:
                multiverse.access.creativeland: true
                permissions.build: true
            inheritance:
              - 'Player'
        default:
            permissions:
                permissions.build: false
                announcer.*: false
                BOSEconomy.common.help: false
                BOSEconomy.common.wallet: false
                BOSEconomy.common.pay: false
                BOSEconomy.admin.money.add: false
                BOSEconomy.admin.save: false
                BOSEconomy.common.top5: false
                ChestShop.nofee: false
                ChestShop.mod: false
                ChestShop.admin: false
                ChestShop.name.*: false
                citizens.*: false
                ChestShop.shop.create.*: false
                craftbook.mech.*: false
                craftbook.circuits.*: false
                craftbook.ic.*: false
                ipcheck.*: false
                logblock.*: false
                multiverse.access.*: false
                quests.take: false
                towny.command.*: false
                towny.town.*: false
                towny.wild.*: false
                towny.wild.switch.*: true
        Player:
            permissions:
                BOSEconomy.common.top5: true
                BOSEconomy.common.help: true
                BOSEconomy.common.wallet: true
                BOSEconomy.common.pay: true
                ChestShop.shop.create.*: true
                craftbook.mech.elevator.use: true
                craftbook.mech.bridge.use: true
                permissions.build: true
                craftbook.mech.door.use: true
                craftbook.mech.door.enable: true
                craftbook.mech.gate: true
                craftbook.mech.dgate: true
                craftbook.mech.gate.use: true
                craftbook.mech.gate.restock: true
                craftbook.mech.gate.infinite: true
                craftbook.ic.mc1000: true
                craftbook.ic.mc1001: true
                craftbook.ic.mc1017: true
                craftbook.ic.mc1018: true
                craftbook.ic.mc1210: true
                craftbook.ic.mc1213: true
                craftbook.ic.mc1272: true
                craftbook.ic.mc1271: true
                craftbook.ic.mc1420: true
                craftbook.ic.mc1421: true
                craftbook.ic.mc2100: true
                craftbook.ic.mc2101: true
                craftbook.ic.mc2110: true
                craftbook.ic.mc2111: true
                craftbook.ic.mc2500: true
                craftbook.ic.mc2501: true
                craftbook.ic.mc2510: true
                craftbook.ic.mc2511: true
                craftbook.ic.mc3002: true
                craftbook.ic.mc3003: true
                craftbook.ic.mc3020: true
                craftbook.ic.mc3021: true
                craftbook.ic.mc3101: true
                craftbook.ic.mc3102: true
                multiverse.access.*: true
                multiverse.access.creativeland: false
                towny.command.*: true
                towny.town.*: true
                towny.wild.*: true
                commandsigns.use.*: true
                commandsigns.use.regular: true
                commandsigns.use.super: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.build.*: true
                towny.wild.destroy.*: true
                commandsigns.group.CommandSigns: true
                permissions.build: true
            inheritance:
              - 'default'
        Admin:
            permissions:
                permissions.*: true
                permissions.build: true
            inheritance:
              - 'Moderator'
        Moderator:
            permissions:
                multiverse.access.*: true
                logblock.*: true
                ipcheck.*: true
                announcer.moderate: true
                ChestShop.name.*: true
                ChestShop.mod: true
                BOSEconomy.admin.save: true
                logblock.hide: false
                logblock.clearlog: false
                permissions.build: true
            inheritance:
              - 'Player'
        Player_Rest:
            permissions:
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.destroy.*: false
                towny.wild.build.*: false
                towny.town.*: false
                towny.command.*: false
                permissions.build: false
            inheritance:
              - 'Default'
    messages:
        build: '&cYou do not have permission to build here.'
     
    

    Please help us! We are starting to think that MCMA blocks permission plugins, but... how can we obtain our dream server?

    Thank you very much for anything that may help!

    :( anyone?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  2. Offline

    Me4502

    You're not sticking to the cases of groups very well, you've referenced default as both Default and default. Cases matter.

    Also, you should not need to set permissions to false, they should be false by default. (Some may be true, but that should be documented in the plugin. CraftBook atleast, has nothing true by default.)
     
  3. Offline

    the_jane_doe

    The 'default' was my mistake, i changed it to lower case now but nothing is changed..
    I didn't know I hadn't to set permissions to false, I did it because I wanted to be sure that these plugins were set to false.
     
  4. Offline

    Me4502

    Try it without setting the plugins to false. Also, pastebin your entire server startup log.
     
  5. Offline

    the_killer_ch

    I removed all the 'false' but nothing changed.
    This is the server startup log:
    Code:
    3:22:38 PM CONSOLE: [SEVERE] Could not load 'plugins\TerrainControl.jar' in folder 'plugins'
    3:22:38 PM CONSOLE: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/World
    3:22:38 PM CONSOLE: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.World
    3:22:38 PM WorldEdit: Loading WorldEdit v5.5.7
    3:22:38 PM NoCheatPlus: Loading NoCheatPlus v3.10.1-beta-sMD5NET-b601
    3:22:38 PM BukkitCompat: Loading BukkitCompat vR22A
    3:22:38 PM PermissionsBukkit: Loading PermissionsBukkit v2.0
    3:22:38 PM BOSEconomy: Loading BOSEconomy v0.7.6.3
    3:22:38 PM Quests: Loading Quests v1.6.6
    3:22:38 PM Vault: Loading Vault v1.2.25-b333
    3:22:38 PM Multiverse-Core: Loading Multiverse-Core v2.5-b641
    3:22:38 PM PlayerHeads: Loading PlayerHeads v3.3-jenkins-PlayerHeads-1-23-g85a3601
    3:22:38 PM iWorld: Loading iWorld v0.2.0
    3:22:38 PM Questioner: Loading Questioner v0.6
    3:22:38 PM dynmap: Loading dynmap v1.3-1468
    3:22:38 PM IP-Check: Loading IP-Check v1.4.0_2
    3:22:38 PM Announcer: Loading Announcer v1.4.5
    3:22:38 PM CraftBook: Loading CraftBook v2513-30982ca
    3:22:38 PM Modifyworld: Loading Modifyworld v1.19.6
    3:22:38 PM WorldBorder: Loading WorldBorder v1.6.1
    3:22:38 PM Citizens: Loading Citizens v2.0.9-SNAPSHOT (build 912)
    3:22:38 PM CommandSigns: Loading CommandSigns v1.9.1.1
    3:22:38 PM Towny: Loading Towny v0.84.0.0
    3:22:38 PM Multiverse-Portals: Loading Multiverse-Portals v2.4-b548
    3:22:38 PM Multiverse-Inventories: Loading Multiverse-Inventories v2.5-b335
    3:22:38 PM Multiverse-NetherPortals: Loading Multiverse-NetherPortals v2.4-b530
    3:22:38 PM Sentry: Loading Sentry v1.5.1
    3:22:38 PM ChestShop: Loading ChestShop v3.6
    3:22:38 PM TownyChat: Loading TownyChat v0.4
    3:22:38 PM Dynmap-Towny: Loading Dynmap-Towny v0.40
    3:22:38 PM Vault: Enabling Vault v1.2.25-b333
    3:22:38 PM Vault]: BOSEconomy7 found: Waiting
    3:22:38 PM Vault]: PermissionsBukkit hooked.
    3:22:38 PM Vault]: PermissionsBukkit found: Waiting
    3:22:38 PM Vault]: SuperPermissions loaded as backup permission system.
    3:22:38 PM Vault: Enabled Version 1.2.25-b333
    3:22:38 PM Vault]: BOSEconomy hooked.
    3:22:38 PM iWorld: Enabling iWorld v0.2.0
    3:22:38 PM CONSOLE: [INFO] Enabling iWorld Alpha 0.1.0
    3:22:38 PM CONSOLE: [INFO] Preparing level "Ramok"
    3:22:38 PM CONSOLE: [INFO] Preparing start region for level 0 (Seed: 5994739087265827764)
    3:22:38 PM CONSOLE: [INFO] Preparing start region for level 1 (Seed: 5994739087265827764)
    3:22:38 PM CONSOLE: [INFO] Preparing start region for level 2 (Seed: 5994739087265827764)
    3:22:38 PM WorldEdit: Enabling WorldEdit v5.5.7
    3:22:38 PM CONSOLE: [INFO] WEPIF: Using the Bukkit Permissions API.
    3:22:38 PM NoCheatPlus: Enabling NoCheatPlus v3.10.1-beta-sMD5NET-b601
    3:22:38 PM NoCheatPlus: McAccess set to: 1.6.2 / CB2808-DEV
    3:22:38 PM NoCheatPlus: Added block-info for Minecraft 1.5 blocks.
    3:22:38 PM NoCheatPlus: Added block-info for Minecraft 1.6.1 blocks.
    3:22:40 PM NoCheatPlus: Inventory checks: FastConsume is available, disabled InstantEat.
    3:22:40 PM NoCheatPlus: Version 3.10.1-beta-sMD5NET-b601 is enabled.
    3:22:40 PM BukkitCompat: Enabling BukkitCompat vR22A
    3:22:40 PM CONSOLE: [INFO] McMyAdmin Compatibility Plugin version R22A started.
    3:22:40 PM PermissionsBukkit: Enabling PermissionsBukkit v2.0
    3:22:40 PM CONSOLE: [SEVERE] [PermissionsBukkit] Failed to load configuration
    3:22:40 PM CONSOLE: values are not allowed here
    3:22:40 PM CONSOLE: "<string>", line 22, column 24:
    3:22:40 PM CONSOLE: announcer.*: false
    3:22:40 PM CONSOLE: ^
    3:22:40 PM CONSOLE: mapping values are not allowed here
    3:22:40 PM CONSOLE: "<string>", line 22, column 24:
    3:22:40 PM CONSOLE: announcer.*: false
    3:22:40 PM CONSOLE: ^
    3:22:40 PM PermissionsBukkit: Enabled successfully
    3:22:40 PM BOSEconomy: Enabling BOSEconomy v0.7.6.3
    3:22:40 PM CONSOLE: [INFO] BOSEconomy v0.7.6.3 enabled.
    3:22:40 PM Quests: Enabling Quests v1.6.6
    3:22:40 PM Quests: Enabled.
    3:22:40 PM Multiverse-Core: Enabling Multiverse-Core v2.5-b641
    3:22:40 PM AllPay: - Version 10.0 - hooked into BOSEconomy for Multiverse-Core v2.5-b641
    3:22:40 PM CONSOLE: [INFO] Preparing start region for level 3 (Seed: 2332257642202875906)
    3:22:40 PM CONSOLE: [INFO] Could not set generator for world 'Heilmodur_Svaedi': Plugin 'TerrainControl' does not exist
    3:22:40 PM CONSOLE: [INFO] Preparing start region for level 4 (Seed: 12)
    3:22:40 PM CONSOLE: [INFO] Could not set generator for world 'Skesmond': Plugin 'TerrainControl' does not exist
    3:22:40 PM CONSOLE: [INFO] Preparing start region for level 5 (Seed: 12)
    3:22:42 PM CONSOLE: [INFO] Could not set generator for world 'Oromelinn': Plugin 'TerrainControl' does not exist
    3:22:42 PM CONSOLE: [INFO] Preparing start region for level 6 (Seed: 12)
    3:22:42 PM CONSOLE: [INFO] Could not set generator for world 'Shearatol': Plugin 'TerrainControl' does not exist
    3:22:42 PM CONSOLE: [INFO] Preparing start region for level 7 (Seed: 12)
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    3:22:42 PM CONSOLE: [INFO] Could not set generator for world 'Jangwanchi': Plugin 'TerrainControl' does not exist
    3:22:42 PM CONSOLE: [INFO] Preparing start region for level 8 (Seed: 12)
    3:22:42 PM CONSOLE: [INFO] Could not set generator for world 'Morgnar': Plugin 'TerrainControl' does not exist
    3:22:42 PM CONSOLE: [INFO] Preparing start region for level 9 (Seed: 12)
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
    3:22:42 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    3:22:42 PM Multiverse-Core: 10 - World(s) loaded.
    3:22:42 PM Multiverse-Core: Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    3:22:42 PM PlayerHeads: Enabling PlayerHeads v3.3-jenkins-PlayerHeads-1-23-g85a3601
    3:22:44 PM Questioner: Enabling Questioner v0.6
    3:22:44 PM Questioner: v0.6 - Enabled
    3:22:44 PM dynmap: Enabling dynmap v1.3-1468
    3:22:44 PM dynmap: Using PermissionsBukkit 2.0 for access control
    3:22:44 PM dynmap: Web interface permissions only available for online users
    3:22:44 PM dynmap: Loaded 21 shaders.
    3:22:44 PM dynmap: Loaded 82 perspectives.
    3:22:44 PM dynmap: Loaded 12 lightings.
    3:22:44 PM dynmap: Web server started on address 0.0.0.0:8123
    3:22:44 PM dynmap: version 1.3-1468 is enabled - core version 1.3-457
    3:22:44 PM dynmap: Loaded 3 maps of world 'Ramok'.
    3:22:44 PM dynmap: Loaded 2 maps of world 'Ramok_nether'.
    3:22:44 PM dynmap: Loaded 2 maps of world 'Ramok_the_end'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Creativeland'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Heilmodur_Svaedi'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Skesmond'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Oromelinn'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Shearatol'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Jangwanchi'.
    3:22:44 PM dynmap: Loaded 3 maps of world 'Morgnar'.
    3:22:44 PM dynmap: Enabled
    3:22:46 PM IP-Check: Enabling IP-Check v1.4.0_2
    3:22:46 PM IP-Check: Have you ever been to WonderWorks?
    3:22:46 PM Announcer: Enabling Announcer v1.4.5
    3:22:46 PM CONSOLE: [INFO] Announcer v1.4.5 is enabled!
    3:22:46 PM CraftBook: Enabling CraftBook v2513-30982ca
    3:22:48 PM CraftBook: CraftBook v3.7.3 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version 3.7 installed.
    3:22:48 PM CONSOLE: [INFO] 1 cauldron recipe(s) loaded
    3:22:48 PM CraftBook: Registered 3 custom recipes!
    3:22:48 PM CraftBook: Successfully added 1 CommandItems!
    3:22:48 PM CraftBook: Enumerating chunks for self-triggered components...
    3:22:48 PM CONSOLE: [WARNING] [WorldEdit] No compatible nms block class found.
    3:22:50 PM CraftBook: 6300 chunk(s) for 10 world(s) processed (299ms elapsed)
    3:22:50 PM Modifyworld: Enabling Modifyworld v1.19.6
    3:22:50 PM Modifyworld: Modifyworld enabled!
    3:22:50 PM WorldBorder: Enabling WorldBorder v1.6.1
    3:22:50 PM WorldBorder: [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    3:22:50 PM WorldBorder: [CONFIG] Border-checking timed task started.
    3:22:50 PM WorldBorder: [CONFIG] World "Ramok" has border radius 2000 at X: -149.9 Z: 221.7
    3:22:50 PM WorldBorder: [CONFIG] World "Morgnar" has border radius 5000 at X: -182.3 Z: 604.2
    3:22:50 PM WorldBorder: [CONFIG] World "Shearatol" has border radius 4000 at X: -282.7 Z: 785.4
    3:22:50 PM WorldBorder: [CONFIG] World "Oromelinn" has border radius 5000 at X: -280.8 Z: 630.0
    3:22:50 PM WorldBorder: [CONFIG] World "Skesmond" has border radius 4000 at X: -275.1 Z: 613.7
    3:22:50 PM WorldBorder: [CONFIG] World "Jangwanchi" has border radius 4600 at X: -275.0 Z: 612.0
    3:22:50 PM WorldBorder: [CONFIG] World "Heilmodur_Svaedi" has border radius 7000 at X: -343.2 Z: 331.5
    3:22:50 PM WorldBorder: [CONFIG] World "Ramok_the_end" has border radius 500 at X: 55.4 Z: -51.0
    3:22:50 PM WorldBorder: [CONFIG] World "Ramok_nether" has border radius 4000 at X: 0.0 Z: 0.0
    3:22:50 PM WorldBorder: [CONFIG] World "Creativeland" has border radius 2000 at X: -1134.2 Z: 803.4
    3:22:50 PM WorldBorder: [CONFIG] Successfully hooked into DynMap for the ability to display borders.
    3:22:50 PM CONSOLE: [INFO] For reference, the main world's spawn location is at X: -324.0 Y: 20.0 Z: 299.0
    3:22:50 PM Citizens: Enabling Citizens v2.0.9-SNAPSHOT (build 912)
    3:22:50 PM CommandSigns: Enabling CommandSigns v1.9.1.1
    3:22:50 PM CommandSigns: Successfully loaded 1 signs
    3:22:50 PM CommandSigns: Plugin metrics enabled! Thank you!
    3:22:50 PM Towny: Enabling Towny v0.84.0.0
    3:22:50 PM CONSOLE: [INFO] ==================== Towny ========================
    3:22:50 PM Towny: Database: [Load] flatfile [Save] flatfile
    3:22:50 PM Towny: Using: BukkitPermissions, Vault v1.2.25-b333, Questioner v0.6
    3:22:50 PM Towny: Time until a New Day: 20 hours, 37 minutes, 11 seconds
    3:22:50 PM CONSOLE: [INFO] =============================================================
    3:22:50 PM Towny: Version: 0.84.0.0 - Mod Enabled
    3:22:50 PM CONSOLE: [INFO] =============================================================
    3:22:50 PM Multiverse-Portals: Enabling Multiverse-Portals v2.4-b548
    3:22:50 PM Multiverse-Portals: - Version 2.4-b548 Enabled - By Rigby and fernferret
    3:22:50 PM Multiverse-Portals: 51 - Portals(s) loaded
    3:22:52 PM Multiverse-Inventories: Enabling Multiverse-Inventories v2.5-b335
    3:22:52 PM Multiverse-Inventories: 2.5-b335] enabled.
    3:22:52 PM Multiverse-NetherPortals: Enabling Multiverse-NetherPortals v2.4-b530
    3:22:52 PM MultiVerse-NetherPortals: - Version 2.4-b530 Enabled - By Rigby and fernferret
    3:22:52 PM Sentry: Enabling Sentry v1.5.1
    3:22:52 PM Sentry: Could not register with Denizen
    3:22:52 PM Sentry: Registered with Towny sucessfully. the TOWN: and NATION: targets will function
    3:22:52 PM Sentry: Could not find or register with Factions.
    3:22:52 PM Sentry: Could not find or register with War.
    3:22:52 PM Sentry: Could not find or register with SimpleClans.
    3:22:52 PM ChestShop: Enabling ChestShop v3.6
    3:22:52 PM ChestShop: Vault loaded! Found an economy plugin!
    3:22:52 PM TownyChat: Enabling TownyChat v0.4
    3:22:52 PM Dynmap-Towny: Enabling Dynmap-Towny v0.40
    3:22:52 PM Dynmap-Towny: initializing
    3:22:52 PM Dynmap-Towny: Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect
    3:22:52 PM Dynmap-Towny: Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect
    3:22:52 PM Dynmap-Towny: version 0.40 is activated
    3:22:52 PM Dynmap-Towny: TownyChat detect: disabling normal chat-to-web processing in Dynmap
    3:22:52 PM CONSOLE: [INFO] Server permissions file permissions.yml is empty, ignoring it
    3:22:52 PM CONSOLE: [INFO] Done (14.291s)! For help, type "help" or "?"
    3:22:52 PM TownyChat: -******* TownyChat enabled *******-
    3:22:52 PM Citizens: Loaded 13 NPCs.
    3:22:52 PM CONSOLE: [SEVERE] Reached end of stream for /127.0.0.1
    3:22:52 PM CONSOLE: [INFO] /127.0.0.1:52590 lost connection
    3:22:52 PM Quests: 2 Quest(s) loaded.
    3:22:52 PM Quests: 1 Event(s) loaded.
    3:22:54 PM CONSOLE: [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    3:23:06 PM CONSOLE: [SEVERE] Reached end of stream for /127.0.0.1
    3:23:08 PM CONSOLE: silentwhisperer has logged in.
    3:23:10 PM CONSOLE: [INFO] silentwhisperer[/127.0.0.1:52609] logged in with entity id 1254 at ([Skesmond] -390.0572186494554, 128.5, 863.7529536880494)
    3:23:10 PM Server: Welcome back, silentwhisperer
    3:23:10 PM CONSOLE->silentwhisperer: Hey there, silentwhisperer!
    3:23:10 PM CONSOLE->silentwhisperer: Welcome to Warriors of Ramok
    3:23:14 PM CONSOLE: [INFO] silentwhisperer issued server command: /gamemode 1
    3:23:14 PM CONSOLE: [INFO] silentwhisperer: Set own game mode to CREATIVE mode
    3:23:22 PM CONSOLE: [SEVERE] Reached end of stream for /192.168.192.5
    3:23:24 PM CONSOLE: the_jane_doe has logged in.
    3:23:24 PM CONSOLE: [INFO] the_jane_doe[/192.168.192.5:59438] logged in with entity id 1357 at ([Ramok] -280.87231736204546, 20.0, 299.94431818459856)
    3:23:24 PM Server: Welcome back, the_jane_doe
    3:23:24 PM CONSOLE->the_jane_doe: Hey there, the_jane_doe!
    3:23:24 PM CONSOLE->the_jane_doe: Welcome to Warriors of Ramok
    3:23:40 PM CONSOLE: [INFO] silentwhisperer issued server command: /tp the_jane_doe silentwhisperer
    3:23:40 PM CONSOLE: [INFO] silentwhisperer: Teleported the_jane_doe to silentwhisperer
     
  6. Offline

    Me4502

    Your permission file is corrupt, make sure to not use tabs in the file, only use spaces. Also, you have a few outdated plugins.

    Edit: Also I wouldn't recommend using BOTH PlayerHeads and CraftBook, as CraftBook has the same functionality as PlayerHeads. (I'd recommend removing PlayerHeads because CraftBook can do more)
     
  7. Offline

    the_killer_ch

    Hi,
    we have solved almost all of our problems.
    The only problem that persist is the switch one.
    We have two worlds (spawn world and dungeon world) in which players cannot build, claim plots or destroy anything, but we need them to be able to switch doors, levers etc.
    We set towny.wild.switch.* in the player group to true, but it does not work.
    To make it work in the spawn world we had to set switch on true for all players and now they can switch, but we don't know what to do about the dungeon world because is still not working.

    This is the permission file:
    Code:
    users:
        the_jane_doe:
            groups:
              - 'Player'
        the_killer_ch:
            groups:
              - 'Admin'
        silentwhisperer:
            groups:
              - 'Admin'
     
    groups:
        Donator:
            permissions:
                multiverse.access.creativeland: true
                permissions.build: true
            inheritance:
              - 'Player'
        default:
            permissions:
                permissions.build: false
                announcer.*: false
                BOSEconomy.common.help: false
                BOSEconomy.common.wallet: false
                BOSEconomy.common.pay: false
                BOSEconomy.admin.money.add: false
                BOSEconomy.admin.save: false
                BOSEconomy.common.top5: false
                ChestShop.nofee: false
                ChestShop.mod: false
                ChestShop.admin: false
                ChestShop.name.*: false
                citizens.*: false
                ChestShop.shop.create.*: false
                craftbook.mech.*: false
                craftbook.circuits.*: false
                craftbook.ic.*: false
                ipcheck.*: false
                logblock.*: false
                multiverse.access.*: false
                quests.take: false
                towny.command.*: false
                towny.town.*: false
                towny.wild.*: false
                towny.wild.switch.*: true
        Player:
            permissions:
                BOSEconomy.common.top5: true
                BOSEconomy.common.help: true
                BOSEconomy.common.wallet: true
                BOSEconomy.common.pay: true
                ChestShop.shop.create.*: true
                craftbook.mech.elevator.use: true
                craftbook.mech.bridge.use: true
                permissions.build: true
                craftbook.mech.door.use: true
                craftbook.mech.door.enable: true
                craftbook.mech.gate: true
                craftbook.mech.dgate: true
                craftbook.mech.gate.use: true
                craftbook.mech.gate.restock: true
                craftbook.mech.gate.infinite: true
                craftbook.ic.mc1000: true
                craftbook.ic.mc1001: true
                craftbook.ic.mc1017: true
                craftbook.ic.mc1018: true
                craftbook.ic.mc1210: true
                craftbook.ic.mc1213: true
                craftbook.ic.mc1272: true
                craftbook.ic.mc1271: true
                craftbook.ic.mc1420: true
                craftbook.ic.mc1421: true
                craftbook.ic.mc2100: true
                craftbook.ic.mc2101: true
                craftbook.ic.mc2110: true
                craftbook.ic.mc2111: true
                craftbook.ic.mc2500: true
                craftbook.ic.mc2501: true
                craftbook.ic.mc2510: true
                craftbook.ic.mc2511: true
                craftbook.ic.mc3002: true
                craftbook.ic.mc3003: true
                craftbook.ic.mc3020: true
                craftbook.ic.mc3021: true
                craftbook.ic.mc3101: true
                craftbook.ic.mc3102: true
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.command.*: true
                towny.town.*: true
                towny.wild.*: true
                commandsigns.use.*: true
                commandsigns.use.regular: true
                commandsigns.use.super: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.build.*: true
                towny.wild.destroy.*: true
                commandsigns.group.CommandSigns: true
                permissions.build: true
            worlds:
              Ramok:
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.destroy.*: false
                towny.wild.build.*: false
                towny.town.*: false
                towny.command.*: false
                permissions.build: false
              Skesmond:
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.destroy.*: false
                towny.wild.build.*: false
                towny.town.*: false
                towny.command.*: false
                permissions.build: false
            inheritance:
              - 'default'
        Admin:
            permissions:
                permissions.*: true
                permissions.build: true
            inheritance:
              - 'Moderator'
        Moderator:
            permissions:
                multiverse.access.*: true
                logblock.*: true
                ipcheck.*: true
                announcer.moderate: true
                ChestShop.name.*: true
                ChestShop.mod: true
                BOSEconomy.admin.save: true
                logblock.hide: false
                logblock.clearlog: false
                permissions.build: true
            inheritance:
              - 'Player'
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
    And this is the server log
    Code:
    12:10:48 PM NoCheatPlus: Added block-info for Minecraft 1.5 blocks.
    12:10:48 PM NoCheatPlus: Added block-info for Minecraft 1.6.1 blocks.
    12:10:48 PM NoCheatPlus: Inventory checks: FastConsume is available, disabled InstantEat.
    12:10:48 PM NoCheatPlus: Version 3.10.1-beta-sMD5NET-b601 is enabled.
    12:10:48 PM BukkitCompat: Enabling BukkitCompat vR22A
    12:10:48 PM CONSOLE: [INFO] McMyAdmin Compatibility Plugin version R22A started.
    12:10:48 PM PermissionsBukkit: Enabling PermissionsBukkit v2.0
    12:10:48 PM PermissionsBukkit: Enabled successfully
    12:10:48 PM BOSEconomy: Enabling BOSEconomy v0.7.8.1
    12:10:48 PM CONSOLE: [INFO] BOSEconomy v0.7.8.1 enabled.
    12:10:48 PM Quests: Enabling Quests v1.6.6
    12:10:48 PM Quests: Enabled.
    12:10:48 PM Multiverse-Core: Enabling Multiverse-Core v2.5-b641
    12:10:48 PM AllPay: - Version 10.0 - hooked into BOSEconomy for Multiverse-Core v2.5-b641
    12:10:48 PM CONSOLE: [INFO] Preparing start region for level 3 (Seed: 2332257642202875906)
    12:10:48 PM TerrainControl: Starting to enable world 'Heilmodur_Svaedi'...
    12:10:48 PM TerrainControl: 0 world custom objects loaded.
    12:10:48 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:48 PM TerrainControl: World Heilmodur_Svaedi is now enabled!
    12:10:48 PM CONSOLE: [INFO] Preparing start region for level 4 (Seed: 12)
    12:10:50 PM TerrainControl: Starting to enable world 'Skesmond'...
    12:10:50 PM TerrainControl: 0 world custom objects loaded.
    12:10:50 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:50 PM TerrainControl: World Skesmond is now enabled!
    12:10:50 PM CONSOLE: [INFO] Preparing start region for level 5 (Seed: 12)
    12:10:50 PM TerrainControl: Starting to enable world 'Oromelinn'...
    12:10:50 PM TerrainControl: 0 world custom objects loaded.
    12:10:50 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:50 PM TerrainControl: World Oromelinn is now enabled!
    12:10:50 PM CONSOLE: [INFO] Preparing start region for level 6 (Seed: 12)
    12:10:50 PM TerrainControl: Starting to enable world 'Shearatol'...
    12:10:50 PM TerrainControl: 0 world custom objects loaded.
    12:10:50 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:50 PM TerrainControl: World Shearatol is now enabled!
    12:10:50 PM CONSOLE: [INFO] Preparing start region for level 7 (Seed: 12)
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    12:10:50 PM TerrainControl: Starting to enable world 'Jangwanchi'...
    12:10:50 PM TerrainControl: 0 world custom objects loaded.
    12:10:50 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:50 PM TerrainControl: World Jangwanchi is now enabled!
    12:10:50 PM CONSOLE: [INFO] Preparing start region for level 8 (Seed: 12)
    12:10:50 PM TerrainControl: Starting to enable world 'Morgnar'...
    12:10:50 PM TerrainControl: 0 world custom objects loaded.
    12:10:50 PM TerrainControl: Loaded biomes - Ocean, Plains, Desert, Extreme Hills, Forest, Taiga, Swampland, River, Hell, Sky, FrozenOcean, FrozenRiver, Ice Plains, Ice Mountains, MushroomIsland, MushroomIslandShore, Beach, DesertHills, ForestHills, TaigaHills, Extreme Hills Edge, Jungle, JungleHills
    12:10:50 PM TerrainControl: World Morgnar is now enabled!
    12:10:50 PM CONSOLE: [INFO] Preparing start region for level 9 (Seed: 12)
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
    12:10:50 PM CONSOLE: [WARNING] [Multiverse-Core] Use '/mv remove' to remove it from the config!
    12:10:50 PM Multiverse-Core: 10 - World(s) loaded.
    12:10:52 PM Multiverse-Core: Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    12:10:52 PM IPCheck: Enabling IPCheck v1.2
    12:10:52 PM dynmap: Enabling dynmap v1.3-1468
    12:10:52 PM dynmap: Using PermissionsBukkit 2.0 for access control
    12:10:52 PM dynmap: Web interface permissions only available for online users
    12:10:52 PM dynmap: Loaded 21 shaders.
    12:10:52 PM dynmap: Loaded 82 perspectives.
    12:10:52 PM dynmap: Loaded 12 lightings.
    12:10:52 PM dynmap: Web server started on address 0.0.0.0:8123
    12:10:52 PM dynmap: version 1.3-1468 is enabled - core version 1.3-457
    12:10:52 PM dynmap: Loaded 3 maps of world 'Ramok'.
    12:10:52 PM dynmap: Loaded 2 maps of world 'Ramok_nether'.
    12:10:52 PM dynmap: Loaded 2 maps of world 'Ramok_the_end'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Creativeland'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Heilmodur_Svaedi'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Skesmond'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Oromelinn'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Shearatol'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Jangwanchi'.
    12:10:52 PM dynmap: Loaded 3 maps of world 'Morgnar'.
    12:10:52 PM dynmap: Enabled
    12:10:52 PM IP-Check: Enabling IP-Check v1.4.0_2
    12:10:52 PM IP-Check: Have you ever been to WonderWorks?
    12:10:52 PM Announcer: Enabling Announcer v1.4.5
    12:10:52 PM CONSOLE: [INFO] Announcer v1.4.5 is enabled!
    12:10:52 PM CraftBook: Enabling CraftBook v3.7-SNAPSHOT:3201-b0d830c,master
    12:10:54 PM CraftBook: The Auto-Updater is disabled for your version!
    12:10:54 PM CONSOLE: [INFO] 1 cauldron recipe(s) loaded
    12:10:54 PM CraftBook: Registered 3 custom recipes!
    12:10:54 PM CraftBook: Successfully added 1 CommandItems!
    12:10:54 PM CraftBook: Enumerating chunks for self-triggered components...
    12:10:54 PM CONSOLE: [WARNING] [WorldEdit] No compatible nms block class found.
    12:10:54 PM CraftBook: 6300 chunk(s) for 10 world(s) processed (249ms elapsed)
    12:10:54 PM WorldBorder: Enabling WorldBorder v1.7.5
    12:10:54 PM WorldBorder: [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
    12:10:54 PM WorldBorder: [CONFIG] Border-checking timed task started.
    12:10:54 PM WorldBorder: [CONFIG] World "Ramok" has border radius 2000 at X: -149.9 Z: 221.7
    12:10:54 PM WorldBorder: [CONFIG] World "Morgnar" has border radius 5000 at X: -182.3 Z: 604.2
    12:10:54 PM WorldBorder: [CONFIG] World "Shearatol" has border radius 4000 at X: -282.7 Z: 785.4
    12:10:54 PM WorldBorder: [CONFIG] World "Oromelinn" has border radius 5000 at X: -280.8 Z: 630.0
    12:10:54 PM WorldBorder: [CONFIG] World "Skesmond" has border radius 4000 at X: -275.1 Z: 613.7
    12:10:54 PM WorldBorder: [CONFIG] World "Jangwanchi" has border radius 4600 at X: -275.0 Z: 612.0
    12:10:54 PM WorldBorder: [CONFIG] World "Heilmodur_Svaedi" has border radius 7000 at X: -343.2 Z: 331.5
    12:10:54 PM WorldBorder: [CONFIG] World "Ramok_the_end" has border radius 500 at X: 55.4 Z: -51.0
    12:10:54 PM WorldBorder: [CONFIG] World "Ramok_nether" has border radius 4000 at X: 0.0 Z: 0.0
    12:10:54 PM WorldBorder: [CONFIG] World "Creativeland" has border radius 2000 at X: -1134.2 Z: 803.4
    12:10:54 PM WorldBorder: [CONFIG] Successfully hooked into DynMap for the ability to display borders.
    12:10:54 PM CONSOLE: [INFO] For reference, the main world's spawn location is at X: -324.0 Y: 20.0 Z: 299.0
    12:10:54 PM Citizens: Enabling Citizens v2.0.9-SNAPSHOT (build 966)
    12:10:54 PM CommandSigns: Enabling CommandSigns v1.9.1.1
    12:10:54 PM CommandSigns: Successfully loaded 1 signs
    12:10:54 PM CommandSigns: Plugin metrics enabled! Thank you!
    12:10:54 PM Towny: Enabling Towny v0.84.0.0
    12:10:54 PM CONSOLE: [INFO] ==================== Towny ========================
    12:10:54 PM Towny: Database: [Load] flatfile [Save] flatfile
    12:10:54 PM Towny: Using: BukkitPermissions, Vault v1.2.25-b333
    12:10:54 PM Towny: Time until a New Day: 23 hours, 49 minutes, 7 seconds
    12:10:54 PM CONSOLE: [INFO] =============================================================
    12:10:54 PM Towny: Version: 0.84.0.0 - Mod Enabled
    12:10:54 PM CONSOLE: [INFO] =============================================================
    12:10:54 PM Multiverse-Portals: Enabling Multiverse-Portals v2.4-b548
    12:10:54 PM Multiverse-Portals: - Version 2.4-b548 Enabled - By Rigby and fernferret
    12:10:54 PM Multiverse-Portals: 51 - Portals(s) loaded
    12:10:56 PM Multiverse-Inventories: Enabling Multiverse-Inventories v2.5-b335
    12:10:56 PM Multiverse-Inventories: 2.5-b335] enabled.
    12:10:56 PM Multiverse-NetherPortals: Enabling Multiverse-NetherPortals v2.4-b530
    12:10:56 PM MultiVerse-NetherPortals: - Version 2.4-b530 Enabled - By Rigby and fernferret
    12:10:56 PM Sentry: Enabling Sentry v1.5.2
    12:10:56 PM Sentry: Could not register with Denizen
    12:10:56 PM Sentry: Registered with Towny sucessfully. the TOWN: and NATION: targets will function
    12:10:56 PM Sentry: Could not find or register with Factions.
    12:10:56 PM Sentry: Could not find or register with War.
    12:10:56 PM Sentry: Could not find or register with SimpleClans.
    12:10:56 PM ChestShop: Enabling ChestShop v3.64
    12:10:56 PM ChestShop: Vault loaded! Found an economy plugin!
    12:10:56 PM TownyChat: Enabling TownyChat v0.4
    12:10:56 PM Dynmap-Towny: Enabling Dynmap-Towny v0.40
    12:10:56 PM Dynmap-Towny: initializing
    12:10:56 PM Dynmap-Towny: Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect
    12:10:56 PM Dynmap-Towny: Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect
    12:10:56 PM Dynmap-Towny: version 0.40 is activated
    12:10:56 PM Dynmap-Towny: TownyChat detect: disabling normal chat-to-web processing in Dynmap
    12:10:56 PM CONSOLE: [INFO] Server permissions file permissions.yml is empty, ignoring it
    12:10:56 PM CONSOLE: [INFO] Done (9.519s)! For help, type "help" or "?"
    12:10:56 PM TownyChat: -******* TownyChat enabled *******-
    12:10:56 PM Citizens: Loaded 13 NPCs.
    12:10:56 PM CONSOLE: [SEVERE] Reached end of stream for /127.0.0.1
    12:10:56 PM CONSOLE: [INFO] /127.0.0.1:49507 lost connection
    12:10:56 PM Quests: 2 Quest(s) loaded.
    12:10:56 PM Quests: 1 Event(s) loaded.
    12:10:58 PM CONSOLE: [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    12:12:04 PM CONSOLE: [SEVERE] Reached end of stream for /127.0.0.1
    12:12:08 PM CONSOLE: silentwhisperer has logged in.
    12:12:08 PM CONSOLE: [INFO] silentwhisperer[/127.0.0.1:49561] logged in with entity id 1164 at ([Skesmond] -1553.3345775484595, 149.0, 1135.699999988079)
    12:12:08 PM Server: Welcome back, silentwhisperer
    12:12:08 PM CONSOLE->silentwhisperer: Hey there, silentwhisperer!
    12:12:08 PM CONSOLE->silentwhisperer: Welcome to Warriors of Ramok
    12:12:28 PM CONSOLE: [INFO] silentwhisperer issued server command: /mv tp silentwhisperer Ramok
    12:13:02 PM CONSOLE: [INFO] silentwhisperer issued server command: /gamemode 1
    12:13:02 PM CONSOLE: [INFO] silentwhisperer: Set own game mode to CREATIVE mode
    12:13:54 PM CONSOLE: [INFO] silentwhisperer issued server command: /mv tp silentwhisperer skesmond
    12:14:02 PM CONSOLE: [INFO] silentwhisperer issued server command: /gamemode 1
    12:14:02 PM CONSOLE: [INFO] silentwhisperer: Set own game mode to CREATIVE mode
    12:14:20 PM CONSOLE: [INFO] silentwhisperer issued server command: /mv tp silentwhisperer oromelinn
    12:14:28 PM CONSOLE: [INFO] silentwhisperer issued server command: /mvconfirm
    12:14:36 PM CONSOLE: [INFO] silentwhisperer issued server command: /gamemode 1
    12:14:36 PM CONSOLE: [INFO] silentwhisperer: Set own game mode to CREATIVE mode
    12:14:46 PM CONSOLE: [INFO] silentwhisperer issued server command: /mv tp silentwhisperer skesmond
    12:14:56 PM CONSOLE: [INFO] silentwhisperer issued server command: /gamemode 1
    12:14:56 PM CONSOLE: [INFO] silentwhisperer: Set own game mode to CREATIVE mode
    12:15:00 PM Server: Saving world data. Expect lag for a short while.
    12:15:00 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    12:15:00 PM CONSOLE: [INFO] CONSOLE: Save complete.
    12:15:00 PM Server: Save Complete
    12:30:02 PM Server: Saving world data. Expect lag for a short while.
    12:30:02 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    12:30:02 PM CONSOLE: [INFO] CONSOLE: Save complete.
    12:30:02 PM Server: Save Complete
    12:45:01 PM Server: Saving world data. Expect lag for a short while.
    12:45:01 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    12:45:01 PM CONSOLE: [INFO] CONSOLE: Save complete.
    12:45:01 PM Server: Save Complete
    12:56:18 PM CONSOLE: [WARNING] [NoCheatPlus] Metrics error: ERR (ConnectException): Connection timed out: connect
    1:00:02 PM Server: Saving world data. Expect lag for a short while.
    1:00:02 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    1:00:02 PM CONSOLE: [INFO] CONSOLE: Save complete.
    1:00:02 PM Server: Save Complete
    1:01:18 PM Metrics: Connection timed out: connect
    1:01:18 PM Metrics: Connection timed out: connect
    1:01:18 PM Metrics: Connection timed out: connect
    1:11:18 PM Metrics: Connection timed out: connect
    1:11:18 PM CONSOLE: [WARNING] [NoCheatPlus] Metrics error: ERR (ConnectException): Connection timed out: connect
    1:11:18 PM Metrics: Connection timed out: connect
    1:11:18 PM Metrics: Connection timed out: connect
    1:15:01 PM Server: Saving world data. Expect lag for a short while.
    1:15:01 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    1:15:01 PM CONSOLE: [INFO] CONSOLE: Save complete.
    1:15:01 PM Server: Save Complete
    1:21:18 PM Metrics: Connection timed out: connect
    1:21:18 PM Metrics: Connection timed out: connect
    1:21:18 PM Metrics: Connection timed out: connect
    1:26:17 PM CONSOLE: [WARNING] [NoCheatPlus] Metrics error: ERR (ConnectException): Connection timed out: connect
    1:30:01 PM Server: Saving world data. Expect lag for a short while.
    1:30:01 PM CONSOLE: [INFO] CONSOLE: Forcing save..
    1:30:01 PM CONSOLE: [INFO] CONSOLE: Save complete.
    1:30:01 PM Server: Save Complete
    1:31:19 PM Metrics: Connection timed out: connect
    1:31:19 PM Metrics: Connection timed out: connect
    1:31:19 PM Metrics: Connection timed out: connect
     
  8. Offline

    LlmDl

    the_killer_ch

    Going over your permission file, you should remove any node of towny that is not towny.wild.something.

    All the nodes aside from wilderness permissions are given in townyperms.yml.

    There is also no need to negate/false the towny.wild.* node. Just give the towny.wild.switch.* node and the others where you need to give them.
     
  9. Offline

    the_killer_ch

    Hi,
    i did as LlmDl said, but it didn't work and we've also got back all the old problems with the config, now the outsiders cannot switch into spawn world not even with the mayor setting switch on for the outsiders.

    This is the permissions file ( i reverted to the old one)
    Code:
    users:
        the_jane_doe:
            groups:
              - 'Player'
        the_killer_ch:
            groups:
              - 'Admin'
        silentwhisperer:
            groups:
              - 'Admin'
     
    groups:
        Donator:
            permissions:
                multiverse.access.creativeland: true
                permissions.build: true
            inheritance:
              - 'Player'
        default:
            permissions:
                permissions.build: false
                announcer.*: false
                BOSEconomy.common.help: false
                BOSEconomy.common.wallet: false
                BOSEconomy.common.pay: false
                BOSEconomy.admin.money.add: false
                BOSEconomy.admin.save: false
                BOSEconomy.common.top5: false
                ChestShop.nofee: false
                ChestShop.mod: false
                ChestShop.admin: false
                ChestShop.name.*: false
                citizens.*: false
                ChestShop.shop.create.*: false
                craftbook.mech.*: false
                craftbook.circuits.*: false
                craftbook.ic.*: false
                ipcheck.*: false
                logblock.*: false
                multiverse.access.*: false
                quests.take: false
                towny.command.*: false
                towny.town.*: false
                towny.wild.*: false
                towny.wild.switch.*: true
        Player:
            permissions:
                BOSEconomy.common.top5: true
                BOSEconomy.common.help: true
                BOSEconomy.common.wallet: true
                BOSEconomy.common.pay: true
                ChestShop.shop.create.*: true
                craftbook.mech.elevator.use: true
                craftbook.mech.bridge.use: true
                permissions.build: true
                craftbook.mech.door.use: true
                craftbook.mech.door.enable: true
                craftbook.mech.gate: true
                craftbook.mech.dgate: true
                craftbook.mech.gate.use: true
                craftbook.mech.gate.restock: true
                craftbook.mech.gate.infinite: true
                craftbook.ic.mc1000: true
                craftbook.ic.mc1001: true
                craftbook.ic.mc1017: true
                craftbook.ic.mc1018: true
                craftbook.ic.mc1210: true
                craftbook.ic.mc1213: true
                craftbook.ic.mc1272: true
                craftbook.ic.mc1271: true
                craftbook.ic.mc1420: true
                craftbook.ic.mc1421: true
                craftbook.ic.mc2100: true
                craftbook.ic.mc2101: true
                craftbook.ic.mc2110: true
                craftbook.ic.mc2111: true
                craftbook.ic.mc2500: true
                craftbook.ic.mc2501: true
                craftbook.ic.mc2510: true
                craftbook.ic.mc2511: true
                craftbook.ic.mc3002: true
                craftbook.ic.mc3003: true
                craftbook.ic.mc3020: true
                craftbook.ic.mc3021: true
                craftbook.ic.mc3101: true
                craftbook.ic.mc3102: true
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.command.*: true
                towny.town.*: true
                towny.wild.*: true
                commandsigns.use.*: true
                commandsigns.use.regular: true
                commandsigns.use.super: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.build.*: true
                towny.wild.destroy.*: true
                commandsigns.group.CommandSigns: true
                permissions.build: true
            worlds:
              Ramok:
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.destroy.*: false
                towny.wild.build.*: false
                towny.town.*: false
                towny.command.*: false
                permissions.build: false
              Skesmond:
                multiverse.portal.access.*: true
                multiverse.portal.access.Creativeland: false
                multiverse.access.*: true
                multiverse.access.Creativeland: false
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.destroy.*: false
                towny.wild.build.*: false
                towny.town.*: false
                towny.command.*: false
                permissions.build: false
            inheritance:
              - 'default'
        Admin:
            permissions:
                permissions.*: true
                permissions.build: true
            inheritance:
              - 'Moderator'
        Moderator:
            permissions:
                multiverse.access.*: true
                logblock.*: true
                ipcheck.*: true
                announcer.moderate: true
                ChestShop.name.*: true
                ChestShop.mod: true
                BOSEconomy.admin.save: true
                logblock.hide: false
                logblock.clearlog: false
                permissions.build: true
            inheritance:
              - 'Player'
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
    This is the townyperms.yml ( I reverted to the original one)
    Code:
    # This file contains custom permission sets which will be assigned to your players
    # depending on their current status.
    #
    # This is all managed by towny and pushed directly to CraftBukkits SuperPerms.
    # These will be in addition to any you manually assign in your specific permission plugin.
    #
    # You may assign any Permission nodes here, including those from other plugins.
    # You may also create any custom ranks you require.
     
     
    # The 'nomad' permission set covers players not in any town
    nomad:
        - towny.command.towny.map
        - towny.command.towny.prices
        - towny.command.towny.tree
        - towny.command.towny.time
        - towny.command.towny.universe
        - towny.command.towny.version
        - towny.command.towny.war
        - towny.command.town.new
        - towny.command.town.join
        - towny.command.town.list
        - towny.command.plot.perm
        - towny.command.nation.list
        - towny.town.resident
        - towny.town.spawn.public
        - towny.chat.general
       
    # This section of permissions covers players who are members of a town.
    towns:
        default:
            # 'default' is the permission set which is auto assigned to any normal town member
            - towny.command.resident.*
            - towny.command.plot.claim
            - towny.command.plot.unclaim
            - towny.command.plot.forsale
            - towny.command.plot.notforsale
            - towny.command.plot.toggle.*
            - towny.command.plot.set.perm
            - towny.command.plot.set.reset
            - towny.command.town.online
            - towny.command.town.leave
            - towny.command.town.deposit
            - towny.town.spawn.town
            - towny.chat.town
        mayor:
            # Mayors get these permissions in addition to the default set.
            - towny.command.towny.top
            - towny.command.town.*
            - towny.command.plot.*
            - towny.claimed.owntown.*
            - towny.command.nation.new
     
        ranks:
            # Ranks contain additional permissions residents will be
            # granted if they are assigned that specific rank.
            assistant:
                - towny.command.town.claim.*
                - towny.command.town.add
                - towny.command.plot.*
                - towny.command.town.toggle.public
                - towny.claimed.owntown.switch.*
                # assistants are able to grant VIP rank
                - towny.command.town.rank.vip
            donator:
                # Currently only an example rank holder with no extra permissions
            vip:
                - towny.cheat.bypass
               
    # This section of permissions covers players who are members of any town in a nation.
    nations:
        default:
            # All nation members get these permissions.
            - towny.command.nation.online
            - towny.command.nation.deposit
            - towny.town.spawn.nation
            - towny.town.spawn.ally
            - towny.chat.nation
        king:
            # Kings get these permissions in addition to the default set.
            - towny.command.nation.*
        ranks:
            assistant:
                - towny.command.nation.rank.helper
                - towny.command.nation.add
                - towny.command.nation.ally
                - towny.command.nation enemy
            helper:
                - towny.command.nation.add
    This is the output from yaml parser:
    Code:
    ---
    !!map {
      ? !!str "debug"
      : !!bool "false",
      ? !!str "groups"
      : !!map {
        ? !!str "Admin"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "Moderator",
          ],
          ? !!str "permissions"
          : !!map {
            ? !!str "permissions.*"
            : !!bool "true",
            ? !!str "permissions.build"
            : !!bool "true",
          },
        },
        ? !!str "Donator"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "Player",
          ],
          ? !!str "permissions"
          : !!map {
            ? !!str "multiverse.access.creativeland"
            : !!bool "true",
            ? !!str "permissions.build"
            : !!bool "true",
          },
        },
        ? !!str "Moderator"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "Player",
          ],
          ? !!str "permissions"
          : !!map {
            ? !!str "BOSEconomy.admin.save"
            : !!bool "true",
            ? !!str "ChestShop.mod"
            : !!bool "true",
            ? !!str "ChestShop.name.*"
            : !!bool "true",
            ? !!str "announcer.moderate"
            : !!bool "true",
            ? !!str "ipcheck.*"
            : !!bool "true",
            ? !!str "logblock.*"
            : !!bool "true",
            ? !!str "logblock.clearlog"
            : !!bool "false",
            ? !!str "logblock.hide"
            : !!bool "false",
            ? !!str "multiverse.access.*"
            : !!bool "true",
            ? !!str "permissions.build"
            : !!bool "true",
          },
        },
        ? !!str "Player"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "default",
          ],
          ? !!str "permissions"
          : !!map {
            ? !!str "BOSEconomy.common.help"
            : !!bool "true",
            ? !!str "BOSEconomy.common.pay"
            : !!bool "true",
            ? !!str "BOSEconomy.common.top5"
            : !!bool "true",
            ? !!str "BOSEconomy.common.wallet"
            : !!bool "true",
            ? !!str "ChestShop.shop.create.*"
            : !!bool "true",
            ? !!str "commandsigns.group.CommandSigns"
            : !!bool "true",
            ? !!str "commandsigns.use.*"
            : !!bool "true",
            ? !!str "commandsigns.use.regular"
            : !!bool "true",
            ? !!str "commandsigns.use.super"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1000"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1001"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1017"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1018"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1210"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1213"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1271"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1272"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1420"
            : !!bool "true",
            ? !!str "craftbook.ic.mc1421"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2100"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2101"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2110"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2111"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2500"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2501"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2510"
            : !!bool "true",
            ? !!str "craftbook.ic.mc2511"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3002"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3003"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3020"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3021"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3101"
            : !!bool "true",
            ? !!str "craftbook.ic.mc3102"
            : !!bool "true",
            ? !!str "craftbook.mech.bridge.use"
            : !!bool "true",
            ? !!str "craftbook.mech.dgate"
            : !!bool "true",
            ? !!str "craftbook.mech.door.enable"
            : !!bool "true",
            ? !!str "craftbook.mech.door.use"
            : !!bool "true",
            ? !!str "craftbook.mech.elevator.use"
            : !!bool "true",
            ? !!str "craftbook.mech.gate"
            : !!bool "true",
            ? !!str "craftbook.mech.gate.infinite"
            : !!bool "true",
            ? !!str "craftbook.mech.gate.restock"
            : !!bool "true",
            ? !!str "craftbook.mech.gate.use"
            : !!bool "true",
            ? !!str "multiverse.access.*"
            : !!bool "true",
            ? !!str "multiverse.access.Creativeland"
            : !!bool "false",
            ? !!str "multiverse.portal.access.*"
            : !!bool "true",
            ? !!str "multiverse.portal.access.Creativeland"
            : !!bool "false",
            ? !!str "permissions.build"
            : !!bool "true",
            ? !!str "towny.command.*"
            : !!bool "true",
            ? !!str "towny.town.*"
            : !!bool "true",
            ? !!str "towny.wild.*"
            : !!bool "true",
            ? !!str "towny.wild.build.*"
            : !!bool "true",
            ? !!str "towny.wild.destroy.*"
            : !!bool "true",
            ? !!str "towny.wild.item_use.*"
            : !!bool "true",
            ? !!str "towny.wild.switch.*"
            : !!bool "true",
          },
          ? !!str "worlds"
          : !!map {
            ? !!str "Ramok"
            : !!map {
              ? !!str "multiverse.access.*"
              : !!bool "true",
              ? !!str "multiverse.access.Creativeland"
              : !!bool "false",
              ? !!str "multiverse.portal.access.*"
              : !!bool "true",
              ? !!str "multiverse.portal.access.Creativeland"
              : !!bool "false",
              ? !!str "permissions.build"
              : !!bool "false",
              ? !!str "towny.command.*"
              : !!bool "false",
              ? !!str "towny.town.*"
              : !!bool "false",
              ? !!str "towny.wild.build.*"
              : !!bool "false",
              ? !!str "towny.wild.destroy.*"
              : !!bool "false",
              ? !!str "towny.wild.item_use.*"
              : !!bool "true",
              ? !!str "towny.wild.switch.*"
              : !!bool "true",
            },
            ? !!str "Skesmond"
            : !!map {
              ? !!str "multiverse.access.*"
              : !!bool "true",
              ? !!str "multiverse.access.Creativeland"
              : !!bool "false",
              ? !!str "multiverse.portal.access.*"
              : !!bool "true",
              ? !!str "multiverse.portal.access.Creativeland"
              : !!bool "false",
              ? !!str "permissions.build"
              : !!bool "false",
              ? !!str "towny.command.*"
              : !!bool "false",
              ? !!str "towny.town.*"
              : !!bool "false",
              ? !!str "towny.wild.build.*"
              : !!bool "false",
              ? !!str "towny.wild.destroy.*"
              : !!bool "false",
              ? !!str "towny.wild.item_use.*"
              : !!bool "true",
              ? !!str "towny.wild.switch.*"
              : !!bool "true",
            },
          },
        },
        ? !!str "Player_Rest"
        : !!map {
          ? !!str "inheritance"
          : !!seq [
            !!str "default",
          ],
          ? !!str "permissions"
          : !!map {
            ? !!str "permissions.build"
            : !!bool "false",
            ? !!str "towny.command.*"
            : !!bool "false",
            ? !!str "towny.town.*"
            : !!bool "false",
            ? !!str "towny.wild.build.*"
            : !!bool "false",
            ? !!str "towny.wild.destroy.*"
            : !!bool "false",
            ? !!str "towny.wild.item_use.*"
            : !!bool "true",
            ? !!str "towny.wild.switch.*"
            : !!bool "true",
          },
        },
        ? !!str "default"
        : !!map {
          ? !!str "permissions"
          : !!map {
            ? !!str "BOSEconomy.admin.money.add"
            : !!bool "false",
            ? !!str "BOSEconomy.admin.save"
            : !!bool "false",
            ? !!str "BOSEconomy.common.help"
            : !!bool "false",
            ? !!str "BOSEconomy.common.pay"
            : !!bool "false",
            ? !!str "BOSEconomy.common.top5"
            : !!bool "false",
            ? !!str "BOSEconomy.common.wallet"
            : !!bool "false",
            ? !!str "ChestShop.admin"
            : !!bool "false",
            ? !!str "ChestShop.mod"
            : !!bool "false",
            ? !!str "ChestShop.name.*"
            : !!bool "false",
            ? !!str "ChestShop.nofee"
            : !!bool "false",
            ? !!str "ChestShop.shop.create.*"
            : !!bool "false",
            ? !!str "announcer.*"
            : !!bool "false",
            ? !!str "citizens.*"
            : !!bool "false",
            ? !!str "craftbook.circuits.*"
            : !!bool "false",
            ? !!str "craftbook.ic.*"
            : !!bool "false",
            ? !!str "craftbook.mech.*"
            : !!bool "false",
            ? !!str "ipcheck.*"
            : !!bool "false",
            ? !!str "logblock.*"
            : !!bool "false",
            ? !!str "multiverse.access.*"
            : !!bool "false",
            ? !!str "permissions.build"
            : !!bool "false",
            ? !!str "quests.take"
            : !!bool "false",
            ? !!str "towny.command.*"
            : !!bool "false",
            ? !!str "towny.town.*"
            : !!bool "false",
            ? !!str "towny.wild.*"
            : !!bool "false",
            ? !!str "towny.wild.switch.*"
            : !!bool "true",
          },
        },
      },
      ? !!str "messages"
      : !!map {
        ? !!str "build"
        : !!str "&cYou do not have permission to build here.",
      },
      ? !!str "users"
      : !!map {
        ? !!str "silentwhisperer"
        : !!map {
          ? !!str "groups"
          : !!seq [
            !!str "Admin",
          ],
        },
        ? !!str "the_jane_doe"
        : !!map {
          ? !!str "groups"
          : !!seq [
            !!str "Player",
          ],
        },
        ? !!str "the_killer_ch"
        : !!map {
          ? !!str "groups"
          : !!seq [
            !!str "Admin",
          ],
        },
      },
    }
     
  10. Offline

    Me4502

    Don't set all the permissions to false, they should be that by default.
     
  11. Offline

    LlmDl

    the_killer_ch

    You didn't do what i said, I can still see:

    towny.command.*: true
    towny.town.*: true

    in your permissions file. You should remove any node of towny that is not towny.wild.something.

    All the nodes aside from wilderness permissions are given in townyperms.yml.

    There is also no need to negate/false the towny.wild.* node. Just give the towny.wild.switch.* node and the others where you need to give them.
     
  12. Offline

    the_killer_ch

    We did it, but nothing changed, and even Ramok didn't worked when we removed the towny permissions.
    The redundancy for false permission nodes can break the permission file? Because if not, we would like to keep them for a better overall view (for future times when we'll change them).
    Any ideas?

    Now we have made an improvement, I removed all the false nodes and everything is working fine except for one thing, players still can't switch items in dungeon world.

    This is the config file:

    Code:
    users:
        the_jane_doe:
            groups:
              - 'Player'
        the_killer_ch:
            groups:
              - 'Admin'
        silentwhisperer:
            groups:
              - 'Admin'
     
    groups:
        Donator:
            permissions:
                multiverse.access.Creativeland: true
                permissions.build: true
            inheritance:
              - 'Player'
        default:
            permissions:
                towny.wild.switch.*: true
        Player:
            permissions:
                BOSEconomy.common.top5: true
                BOSEconomy.common.help: true
                BOSEconomy.common.wallet: true
                BOSEconomy.common.pay: true
                ChestShop.shop.create.*: true
                craftbook.mech.elevator.use: true
                craftbook.mech.bridge.use: true
                permissions.build: true
                craftbook.mech.door.use: true
                craftbook.mech.door.enable: true
                craftbook.mech.gate: true
                craftbook.mech.dgate: true
                craftbook.mech.gate.use: true
                craftbook.mech.gate.restock: true
                craftbook.mech.gate.infinite: true
                craftbook.ic.mc1000: true
                craftbook.ic.mc1001: true
                craftbook.ic.mc1017: true
                craftbook.ic.mc1018: true
                craftbook.ic.mc1210: true
                craftbook.ic.mc1213: true
                craftbook.ic.mc1272: true
                craftbook.ic.mc1271: true
                craftbook.ic.mc1420: true
                craftbook.ic.mc1421: true
                craftbook.ic.mc2100: true
                craftbook.ic.mc2101: true
                craftbook.ic.mc2110: true
                craftbook.ic.mc2111: true
                craftbook.ic.mc2500: true
                craftbook.ic.mc2501: true
                craftbook.ic.mc2510: true
                craftbook.ic.mc2511: true
                craftbook.ic.mc3002: true
                craftbook.ic.mc3003: true
                craftbook.ic.mc3020: true
                craftbook.ic.mc3021: true
                craftbook.ic.mc3101: true
                craftbook.ic.mc3102: true
                multiverse.portal.access.*: true
                multiverse.access.*: true
                towny.command.*: true
                towny.town.*: true
                towny.wild.*: true
                commandsigns.use.*: true
                commandsigns.use.regular: true
                commandsigns.use.super: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
                towny.wild.build.*: true
                towny.wild.destroy.*: true
                commandsigns.group.CommandSigns: true
                permissions.build: true
            worlds:
              Ramok:
                multiverse.access.*: true
                multiverse.portal.access.*: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
              Skesmond:
                multiverse.access.*: true
                multiverse.portal.access.*: true
                towny.wild.switch.*: true
                towny.wild.item_use.*: true
            inheritance:
              - 'default'
        Admin:
            permissions:
                permissions.*: true
                permissions.build: true
            inheritance:
              - 'Moderator'
        Moderator:
            permissions:
                multiverse.access.*: true
                logblock.*: true
                ipcheck.*: true
                announcer.moderate: true
                ChestShop.name.*: true
                ChestShop.mod: true
                BOSEconomy.admin.save: true
                permissions.build: true
            inheritance:
              - 'Player'
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
    And this is the config for the dungeon world

    Code:
    towns=
     
    pvp=true
    forcepvp=false
    # Can players found towns and claim plots in this world?
    claimable=true
    worldmobs=true
    forcetownmobs=false
    firespread=true
    forcefirespread=false
    explosions=true
    forceexplosions=false
    endermanprotect=true
    disableplayertrample=true
    disablecreaturetrample=true
     
    # Unclaimed Zone settings.
    unclaimedZoneBuild=false
    unclaimedZoneDestroy=false
    unclaimedZoneSwitch=true
    unclaimedZoneItemUse=true
    unclaimedZoneName=Wilderness
     
    # The following settings are only used if you are not using any permissions provider plugin
    unclaimedZoneIgnoreIds=6,14,15,16,17,18,21,31,37,38,39,40,50,56,65,66,73,74,81,82,83,86,89
     
    # The following settings control what blocks are deleted upon a townblock being unclaimed
    usingPlotManagementDelete=true
    plotManagementDeleteIds=26,50,55,63,64,68,70,71,72,75,76,93,94
     
    # The following settings control what blocks are deleted upon a mayor issuing a '/plot clear' command
    usingPlotManagementMayorDelete=true
    plotManagementMayorDelete=WALL_SIGN,SIGN_POST
     
    # If enabled when a town claims a townblock a snapshot will be taken at the time it is claimed.
    # When the townblock is unclaimded its blocks will begin to revert to the original snapshot.
    usingPlotManagementRevert=true
    usingPlotManagementRevertSpeed=1
    # Any block Id's listed here will not be respawned. Instead it will revert to air.
    plotManagementIgnoreIds=14,21,22,41,42,48,50,52,56,57,63,68,89
     
    # If enabled any damage caused by explosions will repair itself.
    usingPlotManagementWildRegen=true
    PlotManagementWildRegenEntities=creeper,endercrystal,enderdragon,fireball,smallfireball,tntprimed
    usingPlotManagementWildRegenDelay=20
     
    # This setting is used to enable or disable Towny in this world.
    usingTowny=true
    
    I set both switch and itemuse on true, but it does not work..

    Anyone knows why?

    Thank you very much

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  13. Offline

    Me4502

    Could it be that in the permissions file, where you have the worlds listed under Player, you haven't got the dungeon world, giving those permissions?
     
  14. Offline

    LlmDl

    the_killer_ch What message do the players get when they try to use a lever?
     
  15. Offline

    the_killer_ch

    Me4502 The dungeon world is Skesmond
    LlmDl they don't get any message
     
  16. Offline

    Me4502

    I'd recommend switching to bPermissions, and setting it to import from that permissions plugin. It handles multi world better
     
  17. Offline

    LlmDl

    If they don't get a message from towny then it isn't towny stopping them.
     
  18. Offline

    the_killer_ch

    Hi,
    I switched to bpermissions, now everything is working except for portals. Players cannot use them, when a player logs in spawn world or dungeon world he/she gets the message: [MV] - Sorry you can't be in this world anymore!
    I created my permission files following the guidelines on bperms bukkit dev page.
    The bperms version is: 2.10.7

    This is the group.yml for the world Ramok and Skesmond(spawn and dungeon world)
    Code:
    default: player
    groups:
      player:
        permissions:
        - multiverse.access.*
        - multiverse.portal.access.*
        - multiverse.portal.access.skesmond
        - multiverse.portal.skesmond
        - towny.wild.switch.*
        - towny.wild.item_use.*
        - ^bpermissions.build
        groups: []
        admin:
        permissions:
        - bpermissions.admin
        - bpermissions.build
        - '*'
        groups:
        - moderator
        meta:
          priority: '100'
          prefix: '&5Admin'
      moderator:
        permissions:
        - multiverse.access.*
        - logblock.*
        - ipcheck.*
        - announcer.moderate
        - ChestShop.name.*
        - ChestShop.mod
        - BOSEconomy.admin.save
        - bpermissions.build
        groups:
        - player
        meta:
          priority: '50'
          prefix: '&7Moderator'
    This is the world mirroring file:
    Code:
    skesmond: ramok
    oromelinn: heilmodur_svaedi
    morgnar: heilmodur_svaedi
    jangwanchi: heilmodur_svaedi
    shearatol: heilmodur_svaedi
    ramok_nether: heilmodur_svaedi
    
    These are the other worlds permission file:
    Code:
    default: guest
    groups:
      admin:
        permissions:
        - bpermissions.admin
        - bpermissions.build
        - '*'
        groups:
        - moderator
        meta:
          priority: '100'
          prefix: '&5Admin'
      player:
        permissions:
        - BOSEconomy.common.top5
        - BOSEconomy.common.help
        - BOSEconomy.common.wallet
        - BOSEconomy.common.pay
        - ChestShop.shop.create.*
        - craftbook.mech.elevator.use
        - craftbook.mech.bridge.use
        - craftbook.mech.door.use
        - craftbook.mech.door.enable
        - craftbook.mech.gate
        - craftbook.mech.dgate
        - craftbook.mech.gate.use
        - craftbook.mech.gate.restock
        - craftbook.mech.gate.infinite
        - craftbook.ic.mc1000
        - craftbook.ic.mc1001
        - craftbook.ic.mc1017
        - craftbook.ic.mc1018
        - craftbook.ic.mc1210
        - craftbook.ic.mc1213
        - craftbook.ic.mc1272
        - craftbook.ic.mc1271
        - craftbook.ic.mc1420
        - craftbook.ic.mc1421
        - craftbook.ic.mc2100
        - craftbook.ic.mc2101
        - craftbook.ic.mc2110
        - craftbook.ic.mc2111
        - craftbook.ic.mc2500
        - craftbook.ic.mc2501
        - craftbook.ic.mc2510
        - craftbook.ic.mc2511
        - craftbook.ic.mc3002
        - craftbook.ic.mc3003
        - craftbook.ic.mc3020
        - craftbook.ic.mc3021
        - craftbook.ic.mc3101
        - craftbook.ic.mc3102
        - multiverse.portal.access.*
        - multiverse.access.*
        - towny.command.*
        - towny.town.*
        - towny.wild.*
        - commandsigns.use.*
        - commandsigns.use.regular
        - commandsigns.use.super
        - towny.wild.switch.*
        - towny.wild.item_use.*
        - towny.wild.build.*
        - towny.wild.destroy.*
        - commandsigns.group.CommandSigns
        - bpermissions.build
        groups: []
        meta:
          priority: '30'
          prefix: '&9Player'
          suffix: ''
      player_punished:
        permissions:
        - BOSEconomy.common.top5
        - BOSEconomy.common.help
        - BOSEconomy.common.wallet
        - BOSEconomy.common.pay
        - craftbook.mech.elevator.use
        - craftbook.mech.bridge.use
        - craftbook.mech.door.use
        - craftbook.mech.door.enable
        - craftbook.mech.gate
        - craftbook.mech.dgate
        - craftbook.mech.gate.use
        - craftbook.mech.gate.restock
        - craftbook.mech.gate.infinite
        - ^multiverse.portal.access.skesmond
        - ^multiverse.portal.access.ramok
        - ^multiverse.access.skesmond
        - ^multiverse.access.ramok
        - towny.command.*
        - towny.town.*
        - towny.wild.*
        - commandsigns.use.*
        - commandsigns.use.regular
        - commandsigns.use.super
        - towny.wild.switch.*
        - towny.wild.item_use.*
        - towny.wild.build.*
        - towny.wild.destroy.*
        - commandsigns.group.CommandSigns
        - bpermissions.build
        groups: []
        meta:
          priority: '20'
          prefix: '&9Criminal'
          suffix: ''
      guest:
        permissions:
        - towny.wild.switch.*
        groups: []
        meta:
          prefix: '&9Guest'
      moderator:
        permissions:
        - multiverse.access.*
        - logblock.*
        - ipcheck.*
        - announcer.moderate
        - ChestShop.name.*
        - ChestShop.mod
        - BOSEconomy.admin.save
        - bpermissions.build
        groups:
        - player
        meta:
          priority: '50'
          prefix: '&7Moderator'
    Any help is more than welcomed!!

    Thanks a lot
     
  19. Offline

    Me4502

    admin: isn't indented correctly, also, check in the users.yml to make sure the players are group player
     
  20. Offline

    the_killer_ch

    Thanks so much, I didn't see it, probably it moved when I deleted a comment line, now everything seems to work perfectly!

    I have one last problem, I use the plugin NoCheat Plus (v. 3.10.1-beta-sMD5NET-b601) to protect my server, but it keeps kicking players out for flying.
    As soon as a player logs in the server, if he/she tries to move, he/she gets kicked out. This doesn't happen to admins.
    I didn't touch anything in the config file, the only thing I did was switching from PEX to bperms

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
Thread Status:
Not open for further replies.

Share This Page