serveur bukkit les bloc reaparraissent

begliado

Aventurier
17 Mars 2011
4
0
1
Bonjour,
J'ai un sérieux problème avec mon serveur bukkit, à chaque fois que je creuse, les blocs réapparaissent a chaque fois, j'ai un autre serveur, qui est un serveur "normal" qui marche très bien, si quelqu’un saurait comment faire merci de me le dire.
 

begliado

Aventurier
17 Mars 2011
4
0
1
j'ai refait un serveur bukkit et quant je suis pas admin sa casse pas et quant je le suis je peut casser les objets.
 

Truelle

Bucheron
4 Mars 2011
817
1
11
Tu peux préciser si tu possèdes des plugins, du genre Permissions ? Si tu omets ce genre d'info, on ne peut pas t'aider car il y a plusieurs choses qui peuvent agir dans ce genre de situation.
 

Bouh

Aventurier
3 Janvier 2011
13
0
0
Bonjour,

J'ai le même problème que begliado, quand je suis admin je peut démolir les bloques seulement quand la commande "//" (la super pioche) , et quand je suis simple joueur je ne peut pas.
J'ai Permission, worldguard, et essential. Même si le joueur est admin il ne peut pas démolir. Mais tout le monde peut construire.

mon Permission :
Code:
plugin:
  permissions: {system: default}
groups:
  Default:
    default: true
    info: {prefix: '', suffix: '', build: true}
    inheritance: []
    permissions: [general.spawn, essentials.home, essentials.sethome, essentials                                                                             .spawn,
    essentials.list, essentials.mail, essentials.mail.send, essentials.me, essen                                                                             tials.rules,
    essentials.msg, iConomy.payment, iConomy.list]
  VIP:
    default: false
    info: {prefix: '', suffix: '', build: true}
    inheritance: [Default]
    permissions: []
  Moderator:
    default: false
    info: {prefix: '', suffix: '', build: true}
    inheritance: [VIP]
    permissions: [general.time, general.teleport, general.teleport.here, general                                                                             .player-info]
  Admins:
    default: false
    info: {prefix: '', suffix: '', build: true}
    inheritance: [Moderator]
    permissions: []
users:
  nizox:
    group: default
    permissions: ['*']
  ouraganor:
    permissions: []
    group: default
  bigminigame:
    permissions: []
    group: default

WorldGuard :
Code:
#
# WorldGuard's configuration file
#
# 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 commentsand so they are ignored.
#
# WARNING:
# Remember to check the compatibility spreadsheet for WorldGuard to see
# if any features are currently broken in your version of Bukkit.
#

summary-on-start: on

protection:
    enforce-single-session: on
    item-durability: on

simulation:
    sponge:
        enable: on
        redstone: off
        radius: 3

physics:
    no-physics-gravel: off
    no-physics-sand: off
    allow-portal-anywhere: off
    disable-water-damage-blocks: []

ignition:
    block-tnt: off
    block-lighter: off

fire:
    disable-all-fire-spread: off
    disable-fire-spread-blocks: []
    disable-lava-fire-spread: on
    lava-spread-blocks: []

mobs:
    block-creeper-explosions: off
    block-creeper-block-damage: off
    block-creature-spawn: []

spawn:
    login-protection: 3
    spawn-protection: 0
    kick-on-death: off
    exact-respawn: off
    teleport-to-home-on-death: off

player-damage:
    disable-fall-damage: off
    disable-lava-damage: off
    disable-fire-damage: off
    disable-drowning-damage: off
    disable-suffocation-damage: off
    disable-contact-damage: off
    teleport-on-suffocation: off

regions:
    enable: on
    wand: 287
    max-claim-volume: 30000
    claim-only-inside-existing-regions: off
    max-region-count-per-player: 7
    default:
        build: on
        chest-access: off
        pvp: on
        lighter: on
        tnt: on
        creeper: on
        mobdamage: on
        waterflow: on
        leverandbutton: on
        placevehicle: on

iconomy:
    enable: on
    buy-on-claim: on
    # Price per Block for buying on claim
    buy-on-claim-price: 2

blacklist:
    use-as-whitelist: off
    logging:
        console:
            enable: on
        database:
            enable: off
            dsn: jdbc:mysql://localhost:3306/minecraft
            user: root
            password: pass
            table: blacklist_events
        file:
            enable: on
            path: worldguard/logs/%w-%Y-%m-%d.log
            open-files: 10

# For permissions, see http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
permissions:
    users:
        sk89q:
            permissions:
                 - worldguard.region.*
                 - worldgurad.god

Essential :
Code:
# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'c'

# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'

# The delay, in seconds, required between /home, /tp, /warp, etc.
teleport-cooldown: 60

# The delay, in seconds, required between /heal attempts
heal-cooldown: 60

# The number of items given if the quantity parameter is left out in /item or /give.
default-stack-size: 64

# Whether or not to reclaim memory on player logout
reclaim-onlogout: true

# The message of the day, displayed on connect and by typing /motd.
motd:
  - '&cWelcome, {PLAYER}&c!'
  - '&fType &c/help&f for a list of commands.'
  - 'Currently online: {PLAYERLIST}'

# The server rules, available by typing /rules
rules:
  - '[1] Be respectful'
  - '[2] Be ethical'
  - '[3] Use common sense'

# Disabled commands will be completelly unavailable on the server.
disabled-commands:

# Restricted commands will only be available to ops.
# These will have NO EFFECT if you have Permissions installed!
# These are here only if you want something simpler than Permissions.
restricted-commands:
  - bigtree
  - item
  - give
  - heal
  - plugin
  - time
  - top
  - tp
  - tphere
  - tree

# Note: All items MUST be followed by a quantity!
# Times are measured in seconds.
kits:
  tools:
    delay: 10
    items:
      - 277 1
      - 278 1
      - 279 1

# End of File
 

pspman80

Aventurier
10 Février 2011
42
0
0
J'ai eu le soucis, il fallait faire une mise à jour de craftbukkit qui semblait provoquer ce bug.
J'ai au passage mis à jour tous mes plugins qui dataient de fin février. Depuis j'ai plus ce bug