The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    jonassm

    @BioRage Java.exe uses alot of Ram ofc, but it uses 0% cpu right now.
    I've setted it up to Realtime ( over high ) still 0%.
    Starting command:
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms1500m -Xmx1500m -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE

    @BioRage
    Damn i'm dumb.
    Never run a server on a USB.

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

    Riffy

    I just got a simple question, I currently run a server using just the default minecraft.jar I edited for mods like BC IC and red power. Now I saw the new ModloaderMP for bukkit and just wanted to know does that allow me to switch over to a bukkit server now and if so how? Or will it only work on mods that are edited to work with bukkit?
     
  3. Offline

    BioRage

    That would explain, everything.

    ModLoaderSMP may be compatible with bukkit, refer to the thread for the modloadersmp

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

    karate322

    Hi Bukkit Consulting Group! I'm having a problem with the iconomy plugin and permissionsex plugin for a few days and my post seems to be unanswered. It is basically about how any other group other than admin(with the permission '*') isn't able to access their iconomy stuff. here's the link to my post:http://forums.bukkit.org/threads/pex-chestshop-help.42865/
     
  5. Offline

    jonassm

    Sorry for wasting your time, although, the thread you showed me with getting my server faster have helped alot! I found out how to cheat Windows7, basically in 32 bit it can only hold 1024 MB ram. BUt you can run it a way so it can have even moar :D So currently my server has 1GB free ram :D
     
  6. Offline

    godgodgodgo

    Hmm well I guess if it's no problem then it would be good if you could because it may not lag the server but if it does i'm sure other people would use it.
     
  7. Offline

    BioRage

    If you actually google around too look up "reducing w7 lag" you'll find a lot.

    A lot of W7 GUI's (Graphical user interfaces) and all the fancy crap, if turned off, your PC will run a lot faster, thus more CPU/RAM dedication towards your server.

    What's your iConomy version, and PEX, and CB Build?

    Also post your iConomy .yml in pasties, or on your other thread.

    Refer to this:

    http://pastie.org/2546082
     
  8. Offline

    tyzoid

    @95Jake
    I used to get this all the time. What I did, is I just made a script that restarts the server after it has been stopped (with a delay of 3 seconds, so you can stop it if you needed to)

    Here's the script I use:
    Code:
    #!/bin/bash
    if [ $PWD != "<DIR HERE>" ] ; then
    cd <DIR HERE>
    fi
    while [ 1 ]
    do
    java -Xincgc -Xmx<MAX RAM> -jar <PATH TO CRAFTBUKKIT>
    echo Now\'s your chance to stop it!
    sleep 3
    done
    exit
    
    Tested in ubuntu.
     
  9. Offline

    M1sT3rM4n

    you can also use cron commands
     
  10. Offline

    BioRage

    Answer your PM's.
     
  11. Offline

    niZeCraft

  12. Offline

    tyzoid

    @niZeCraft
    You can get it to work without hamachi.

    It seems like you have network conflicts. Just try to port forward and don't use hamachi.
    If you are still getting problems after that, make sure that java is enabled as a security exception in your firewall.
     
  13. Offline

    hammale

    kk, ill give it a try...i'll pm u
     
  14. Offline

    M1sT3rM4n

    Did you try MultiWorld?
     
  15. Offline

    blasterweb

    Hi. Can someone please help me with what I am doing wrong? It worked just fine until suddenly the admins command page got to 3 pages from 6 pages.
    Only me (Server owner with the permission: '*' can see commands from other plugins. Is this just Essentials fault or is it mine?
    I am using PermissionsEX with the Essentials plugin for the /help command and many other things.
    I am also using these plugins:
    Authme - BaseBukkitPlugin - BigBrother - BorderGuard - Chatmanager - ChestShop - Dropclear (DEV)
    - EasyBan - Essentials - EssentialsChat - EssentialsSpawn - fluidControl - friendlycreepersv1.1 - HeroSpawn - iChat - iConomy - Jobs
    - LogBlock - LWC - Modifyworld - MultiInv - Multiverse-Core - Multiverse-Portals - Nocheat - NoSpeedKick
    - Permissions - PermissionsEx - rTriggers - serversave - SpamHammer - Waypoint - Worldedit -
    WorldGuard - WorldModes
    My permissions.yml in the permissionsex folder is this:
    Code:
    users:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Owner[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&4[Owner]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXX[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Admin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Advertiser[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Advertiser[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Moderator[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Member[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]  XXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Promoter[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    XXXXX:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        group:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Admin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]groups:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Guest:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        default: true[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - waypoint.spawn[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -modifyworld.blocks.place.tnt[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - modifyworld.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -NoSpeedKick.log[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - permissions.build[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.rules[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.tptoggle[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.tpaccept[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.help[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.tpdeny[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.ban.notify[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.core.list.worlds[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.core.list.who[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.time[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -multiverse.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - iConomy.holdings[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - iConomy.help[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - iConomy.payment[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.balance[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.balancetop[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&e[Guest]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpa[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpahere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.buy[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.sell[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpa[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpahere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.buy[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.sell[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.drop[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.basic.teleport[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpa[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpahere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.list[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.access[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.drop[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.basic.teleport[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpa[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tpahere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.list[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.access[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        options:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            rank: '5'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Member:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        default: false[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&2[Member]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - lwc.create[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - lwc.remove[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.portal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.ignore[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.access.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.portal.access.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.teleport.self.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.core.confirm[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.motd[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.mail.send[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.balance.others[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - waypoint.home[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - waypoint.home.set[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - jobs.world.Survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - iConomy.holdings.others[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - fluidcontrol.everywhere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.create[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - jobs.join.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - fluidcontrol.everywhere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.shop.create[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - jobs.join.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        options:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            rank: '1'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Guest[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Advertiser:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        default: false[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.afk[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.portal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&a[Advertiser]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.time.set[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.time.set[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.create[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.delete[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.compass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - fluidcontrol.everywhere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.create[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.warp.delete[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.compass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - fluidcontrol.everywhere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Member[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    VIP:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        default: false[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.togglejail[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.mute[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&5[VIP]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Advertiser[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Promoter:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        default: false[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - permissions.user.promote[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -permissions.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.kick[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.ban.exempt[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - dropclear.kill[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&d[Promoter]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - VIP[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Moderator:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.invsee[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.nick.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.give[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.broadcast[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.geoip.show[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.define[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.redefine.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.select.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.flag.flags.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.flag.regions.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.addmember.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.addowner.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.removemember.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.removeowner.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.list[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.remove.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.region.info[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.ban[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.kick.exempt[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.unban[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.banip[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - lwc.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - jobs.admin.info[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - spamhammer.unban[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - spamhammer.unmute[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&1[Moderator]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.mod[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tphere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.weather[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal.bypass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.mod[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tphere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.weather[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal.bypass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tphere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal.bypass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tp[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - waypoint.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tphere[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.heal.bypass[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Promoter[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Admin:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - dropclear.killadmin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&b[Admin]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.bigtree[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tree[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.bigtree[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - essentials.tree[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Moderator[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Co-owner:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - -jobs.world.Creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - jobs.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - worldguard.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - iConomy.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        prefix: '&c[Co-owner]&f'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Admin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]    Owner:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - multiverse.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - spamhammer.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.reloadall[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.setjail[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.deljail[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.kickall[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - permissions.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - essentials.backup[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - nocheat.admin.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        worlds:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.admin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Survival_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - ChestShop.admin[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.survival[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -jobs.world.Creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.drop[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - '*'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]            Creative_nether:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                permissions:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -jobs.world.Creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.mode.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.autoset.creative[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldmodes.drop[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - -worldmodes.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - worldedit.*[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]                - '*'[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        inheritance:[/FONT][/FONT]
    [FONT=Georgia][FONT=Consolas]        - Co-owner
    [/CODE][/FONT][/FONT][/COLOR]
     
  16. Offline

    tyzoid

    @blasterweb
    Did you add/remove any plugins recently? Upgrade essentials or other plugins? Change configutations?
    It seems like the essentials help module is misbehaving.

    Also, could you repaste your permissions.yml file? the formatting got messed up.
     
  17. Offline

    blasterweb

    I tried to rename my plugins folder to something else, made a new plugins folder and putted all the plugins in that worked with it before (I think, not 100 % sure). I also think it happened after messing around with the permissions file, since I didn't have any inheritances, and the file was sooooo big. I have also tried to reinstall, but it is still not working :/
    Here is my permissions.yml:
    http://pastebin.com/WZA0EQBQ

    here is the help module part of Essentials:
    http://pastebin.com/3YNnV1xW
     
  18. Offline

    tyzoid

    Ok. I'm not entirely sure what you are asking. Are you asking why your help has gone from 3 to 6 pages?
    Or are you saying that other users cannot view other plugins help.

    If the second one: try changing hide-permissionless-help: true to false
     
  19. Offline

    blasterweb

    Users can not see the commands they can use from other plugins than Essentials. Example: Someone has permission to use all commands of WorldGuard, but when they type /help - they can only see the Essentials permissions that they can use. Guests have two pages and admins have four pages. I joined some other servers and it didn't work for them either. One server had LWC command: /cprivate and /cprotect, but it didn't show in their /help either. I think it's Essentials fault.

    I tried to change hide-permissionsless-help to false, but then everyone had like 26 pages of help :confused:
     
  20. Offline

    M1sT3rM4n

    You need an actual permission handling system. Check bPermission or PermissionEx
     
  21. Offline

    Mosh Mage

    I seem to keep forgetting about this, awesomely thought out, Topic and so i always create a useless thread. Eitherway,

     
  22. Offline

    saul100

    You guys do an awesome job :)
    This should be stickied or something
     
    Mosh Mage likes this.
  23. Offline

    blasterweb

    I do have permissionsEx and all users has the permission: essentials.help
    So I guess it's Essentials fault? Any other alternative to EssentialsHelp?
     
  24. Offline

    Zectric

    hey, i fixed my server what i did was i just kind of did a "fresh" new server i did a new runbukkit, tthen i tested it then i brought over my plugins then i tested it the i brought over my world.. and noew its better
     
    M1sT3rM4n likes this.
  25. Offline

    M1sT3rM4n

    Sorry about the lack of response from me. The notifications are broken again.
     
  26. Offline

    emericask8ur

    Maybe add SideKick to it for Admin,WorldGen,Economy,Edit,GEN, + more xD
     
  27. Offline

    M1sT3rM4n

    No, it's because you aren't using a permission handling system. You need to use one in order to break down permissions into groups.
     
  28. Offline

    Karosas

    Is there any way to do this: then joining server, server checks if player is premium or not, if premium he can go to server, if not he have to be on some list. It is can be done with out plugins, or i need some plugins, or i need custom plugin to be created?
     
  29. Offline

    M1sT3rM4n

    xAuth plugin.
     
  30. Offline

    Karosas

    Is there any way to do this: then joining server, server checks if player is premium or not, if premium he can go to server, if not he have to be on some list. It is can be done with out plugins, or i need some plugins, or i need custom plugin to be created?
     
Thread Status:
Not open for further replies.

Share This Page