Ok so I'm running a bukkit server with worldguard and players are automatically put in god mode when they log in, leaving "ungod" the only option to take god mode off. Even if players log out with god mode off, god mode automatically turns on each time they log in. How do I turn god mode permanently off or at least make it so god/ungod can only be used through the console or only through me? *running minecraft 1.0.0 *WorldEdit is in the root folder (don't want it) *Mac OSX 10.6.8. Probably won't be upgrading to Lion OSX*op-permissions: false *auto-invincible-permission: false (i have these in the main config file AND in the worlds config files)
weird. Try setting auto-invincible-permission to true, restart the server, then turn it to false. EDIT: Okay, so this might seem a weird fix. but sometimes i have to reverse things on my WorldGuard for some unknown reson, and on my server Regulars are set to build=false, but they can still build.
I set the auto-invincible-permission to true and the op-permissions to true and started the server. didn't change anything. Stopped the server. Changed them back. Started the server again. Nothing's changed. Players still have to /ungod when they log in. I've even uninstalled/reinstalled worldguard and reconfigured to fix it. Didn't work. I would also like it so that ops can't make commands. I made me and this other guy ops purely so we could dig at spawn, but I want any and all commands to be made from the console.
Provide us with your configuration/permission files in their current state. God mod can be defaulted to true in several places, inside essentials, worldedit and the servers configuration file (to name a few).
This is the wrong section for this sort of thing, I advise putting this in either the help section or WorldGaurd's thread. This section is used for asking for help with plugin development. I.e. When someone hits a snag coding that they can't quite figure out.
Yes, im having the same problem. I've gone to even got outta my way to really fix this.. I uninstalled worldguard and commandbook, The god mode is turned off (main cuss there is no god mode anymore) I re installed the plugins using a different world, and a different world name. Didn't work. I delete the folder, and all of the small system hidden files, still did that same. I did this process on my Multiplay server and on my home server. Both with same results. But im tired of having to type /ungod. and i really dont want to take away the god mode. It's starting to get really frustrating. I'll post my somewhere on the World edit/ guard Forums. (hopefully) EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Taco isn't this section also for "a bug you just can't squash" ... because that's kinda what I'm dealing with. As for the permissions/config files, I can't upload them, so I'll just paste the code in here. For starters, the config files in the worlds folders have no commands in them. Everything is left to the main config file in the worldguard folder. Here is that main config file: # # WorldGuard's main configuration file # # This is the global configuration file. Anything placed into here will # be applied to all worlds. However, each world has its own configuration # file to allow you to replace most settings in here for that world only. # # About editing this file: # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If # you use an editor like Notepad++ (recommended for Windows users), you # must configure it to "replace tabs with spaces." In Notepad++, this can # be changed in Settings > Preferences > Language Menu. # - Don't get rid of the indents. They are indented so some entries are # in categories (like "enforce-single-session" is in the "protection" # category. # - If you want to check the format of this file before putting it # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/ # and see if it gives "ERROR:". # - Lines starting with # are comments and so they are ignored. # protection: enforce-single-session: true item-durability: true remove-infinite-stacks: false disable-xp-orb-drops: false disable-obsidian-generators: false chest-protection: enable: false physics: allow-portal-anywhere: false no-physics-sand: false no-physics-gravel: false disable-water-damage-blocks: [] ignition: block-tnt-block-damage: false block-tnt: false block-lighter: false regions: max-region-count-per-player: 7 claim-only-inside-existing-regions: false invincibility-removes-mobs: false max-claim-volume: 30000 high-frequency-flags: false enable: true use-scheduler: true wand: 287 simulation: sponge: redstone: false enable: true radius: 3 fire: disable-lava-fire-spread: true lava-spread-blocks: [] disable-fire-spread-blocks: [] disable-all-fire-spread: false suppress-tick-sync-warnings: false default: disable-health-regain: false pumpkin-scuba: false mobs: anti-wolf-dumbness: false block-creature-spawn: [] block-fireball-explosions: false block-fireball-block-damage: true block-creeper-block-damage: true disable-enderman-griefing: true block-creeper-explosions: false dynamics: disable-grass-growth: false disable-ice-melting: false disable-snow-formation: false disable-mushroom-spread: false disable-snow-melting: false disable-leaf-decay: false disable-ice-formation: false blacklist: use-as-whitelist: false logging: console: enable: true file: path: worldguard/logs/%Y-%m-%d.log enable: false open-files: 10 database: dsn: jdbc:mysql://localhost:3306/minecraft enable: false table: blacklist_events user: root pass: '' summary-on-start: true weather: always-raining: false disable-powered-creepers: false disable-weather: false disable-lightning-strike-fire: false always-thundering: false prevent-lightning-strike-blocks: [] disable-thunderstorm: false disable-pig-zombification: false crops: disable-creature-trampling: false disable-player-trampling: false use-player-move-event: true op-permissions: false player-damage: teleport-on-void-falling: false disable-drowning-damage: false disable-void-damage: false disable-fire-damage: false disable-lava-damage: false teleport-on-suffocation: false disable-death-messages: false disable-mob-damage: false disable-fall-damage: false disable-explosion-damage: false disable-suffocation-damage: false disable-contact-damage: false disable-lightning-damage: false auto-invincible-permission: false My permissions.yml file in the server folder is blank... Here is my wepif.yml file in the server folder: # # WEPIF Configuration File # # This file handles permissions configuration for every plugin using WEPIF # # About editing this file: # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If # you use an editor like Notepad++ (recommended for Windows users), you # must configure it to "replace tabs with spaces." In Notepad++, this can # be changed in Settings > Preferences > Language Menu. # - Don't get rid of the indents. They are indented so some entries are # in categories (like "enforce-single-session" is in the "protection" # category. # - If you want to check the format of this file before putting it # into WEPIF, paste it into http://yaml-online-parser.appspot.com/ # and see if it gives "ERROR:". # - Lines starting with # are comments and so they are ignored. # # About Configuration Permissions # - See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit # - Now with multiworld support (see example) ignore-nijiperms-bridges: true permissions: users: sk89q: permissions: - worldedit.* groups: - admins groups: default: permissions: - worldedit.reload - worldedit.selection.* - worlds.creative.worldedit.region.* admins: permissions: - '*' dinnerperms: true I have even tried adding the op-permissions and auto invincible permissions to the world config files (set on false of course) but to no avail... EDIT by Moderator: merged posts, please use the edit button instead of double posting.