I can't break blocks

Discussion in 'Bukkit Help' started by Ethan, Aug 17, 2011.

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

    Ethan

    I can't break any blocks on my server. The console window is completely free of any errors so I don't know whats wrong.

    Code:
    151 recipes
    16 achievements
    13:21:18 [INFO] Starting minecraft server version Beta 1.7.3
    13:21:18 [INFO] Loading properties
    13:21:18 [INFO] Starting Minecraft server on *:25565
    13:21:18 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-
    g4ed23b1-b1060jnks (MC: 1.7.3)
    13:21:19 [INFO] [Permissions] (Yeti) was initialized.
    13:21:19 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    13:21:19 [INFO] Preparing level "Building"
    13:21:19 [INFO] Preparing start region for level 0 (Seed: -1856934610002791470)
    13:21:20 [INFO] Preparing spawn area: 77%
    13:21:20 [INFO] Preparing start region for level 1 (Seed: -1856934610002791470)
    13:21:21 [INFO] Creating empty config: C:\Users\Wamsley\Desktop\Minecraft Server
    \plugins\Essentials\jail.yml
    13:21:21 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology]
    13:21:21 [INFO] [Essentials] Payment method found (iConomy version: 5)
    13:21:21 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    13:21:21 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    13:21:21 [INFO] [GiantShop][1.5.4](Vibrating Finger) was succesfully enabled
    13:21:21 [INFO] [GiantShop] now using bukkit superperms!
    13:21:21 [INFO] [GiantShop] Can't find help....
    13:21:24 [INFO] [iConomy] Logging is currently disabled.
    13:21:24 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    13:21:24 [INFO] [iConomy] Developed by: [Nijikokun]
    13:21:24 [INFO] [GiantShop] hooked into iConomy.
    13:21:24 [INFO] [iConomy] hooked into Permissions.
    13:21:24 [INFO] [Permissions] SQL Interface enabled!
    13:21:24 [INFO] Done (0.523s)! For help, type "help" or "?"
    13:21:28 [INFO] wam19 [/127.0.0.1:2389] logged in with entity id 114 at ([Buildi
    ng] 15.581491568187507, 79.0, -22.127396832110172)
    
    And Permissions is almost always the thing that breaks it so here is the group file.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'giantshop'
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
                - 'giantshop.shop.buy'
                - 'giantshop.shop.sell'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Also I have a question on how do you promote people from general to members, mod ,etc.

    bumb, please help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  2. Make sure you're not in the spawn and what group are you in permissions?

    For the promote thing, use /pr <player> promote
     
  3. Offline

    dark_hunter

    As the person said above me, move 15 blocks away from spawn or make sure you OP yourself.
     
  4. Offline

    tpownsyounet

    I have the same problem only I am op and I can't break blocks ANYWHERE. What's wrong?
     
Thread Status:
Not open for further replies.

Share This Page