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

    cholo71796

  2. Offline

    M1sT3rM4n

    Pay 29.99 USD then complain about how he doesn't push enough contents out on time.
     
    Cirno and Fuzzwolf like this.
  3. Offline

    HannahD

    I just started renting a server that can hold up to 10 people. I have Worldguard, Worldedit, Commandbook and Essentials installed on the server.

    My question is this: Which mod's permissions take priority? For example both essentials and commandbook have a motd and rules. When people log in it shows the motd from essentials but if people type /rules it says they haven't been set in commandbook yet, but I have set them in essentials and it doesn't show them.
     
  4. Offline

    M1sT3rM4n

    I would recommend you choose between CommandBook and Essentials (CommanBook as my recommendation because it's more lightweight.)

    If you have both running at the same time chances are the plugin commands will conflict.
     
    Cirno and Fuzzwolf like this.
  5. Offline

    MagikarpLOL123

    Please help. I cant connect to my own server. I connect and all I get is an end of stream message. Heres some pics. Kns.PNG Please Help. Im supposed to be opening my server today.
     
  6. Offline

    Retricide

    Essentials allows you to disable essentials commands, or give them priority over other command a (of the same alias), in essentials config file.
    However, this system does not work 100% of the time. The sure fire way, which is equally simple, is to open up the plugin (.jar) and edit the plugin.yml file to remove commands you do nor want.
    Let me clarify with an example, I'll use your situation:

    You want essentials /motd and /rules to take priority over commandbook's /motd and /rules, and we'll also say we want essentials' /god to take priority over worldguard's /god. This can be done in essentials' config file, but like I said, this seldom is successful.
    Instead, do as follows:
    1) Download and Install an archiver - I recommend WinRAR.
    2) Once installed, right click on commandbook.jar and world guard.jar and select "Open with WinRAR".
    3) Locate the plugin.yml file, in each .jar folder, and open the plugin.yml file in each.
    4) Inside the plugin.yml file, locate the commands you want to disable (motd and rules for commandbook, and god for worldguard).
    5) Remove the entire section/paragraph containing the command you want to disable (motd and rules, and god).
    6) Save the file, close plugin.yml, then select "yes" to update the .jar archive (you will be prompted to update the archive).
    7) Drag the newly updated .jars (command book and worldguard) into your plugins folder.
    8) Congratulations! You have now disabled the above commands for command book and worldguard! This means
    Essentials' /motd, /rules, and /god will take priority and will always use Essentials!

    This is how I do it, and this works for every plugin and every conflict.
    Cheers

    That is true. You should choose between one of those two plugins (they conflict in so many areas, it doesn't make sense to use both. Essentials is more comprehensive, but command book is simpler and less memory-intensive.)

    However, @HannahD , still look at my above post so you can fix command-conflicts that you might encounter in the future.

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

    M1sT3rM4n

    I will leave this one for @Retricide or @hammale .
     
    Cirno and Fuzzwolf like this.
  8. Offline

    Retricide

    Please post your server.properties, server.log, startup script, and list your plugins.

    Edit: Post the server.log and startup script on pastebin.com, so I can see the whole file with correct spacing

    So generous of you :p

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

    M1sT3rM4n

    I am less codes and more general basic setup ;)
     
    Cirno and Fuzzwolf like this.
  10. Offline

    Retricide

    I can't say Im much more qualified, but I think I've seen this before, so Ill give it a shot.
     
  11. Offline

    MagikarpLOL123

    Plugins: BananaProtect, BlastPick, ChestShop, ClearInventory, ColorMe, Colors, CrowdControl, godPowers, GroupManager, HomeX, iConomy, LazyRoad, Log, mcbans, MobRain, Paid2Mine, Pail, Permissions, PlgSetspawn, RocketBoots, SimpleHat, SpawnMob, Spout, Stargate, StarterKit, Tag, WeatherControl, WorldEdit, WorldGuard, LWC, elRegions, NoCheat.
    Server.properties
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=15
    server-ip=
    pvp=false
    server-port=25565
    Im assuming this would be considered my server log.
    asfd.PNG sdg.PNG
     
  12. Offline

    Retricide

    @MagikarpLOL123
    Your server.log is a text file located in the root of your server (same directory as craftbukkit.jar).
    If you can find that, post it on pastebin.com

    As far as the error, it *might* be due to McBans. Try removing mcbans and then restarting. If that doesn't work, post the log of the restart (or just post your server.log on pastebin.com)
    Also, post your startup script.
     
  13. Offline

    M1sT3rM4n

    After reading the log file it seems as if the McBans plugin service is offline again.

    I would advise that you stop using McBans since 1. it is a security vulnerability hole for users and 2. user verification based on a central service that often has downtimes is very unstable for your server.
     
    Cirno and Fuzzwolf like this.
  14. Offline

    Marco van Dijk

    My server seems to have some major memory leaks!
    Right now there are 3 people online, but the server uses 1.5 out of 2 gb of ram. (Hosted at Avante hosting)
    My plugins are:
    Code:
    -Backup
    -CFBanner
    -Craftbook
    -Craftbookcircuits
    -Craftbookmechanisms
    -Craftbookvehicles
    -General
    -Herosneak
    -IChat
    -iConomy
    -Jail
    -LagMeter
    -LWC
    -MobDisguise
    -MobRider
    -MyWarp
    -Narrowtuxlib (<- Whats that)
    -p2aliases    (<- Same, whats that?)
    -Permissions  (<- Not switching to bukkit permissions untill they add * nodes)
    -Permissionsplus
    -pvparena
    -secretdoors
    -showcase
    -simplereserve
    -spout
    -turnstile
    -worldedit
    -worldguard
    All plugins are latest (Recommended) builds, bukkit is latest reccomended too.
    Any idea on how it uses so much ram?
     
  15. Offline

    M1sT3rM4n

    @Marco van Dijk may I ask why you have two separate permission systems?
     
    Cirno and Fuzzwolf like this.
  16. Offline

    Retricide

    @Marco van Dijk
    LWC has been notorious to cause lag, especially if you are not using a MySQL database to store LWC's information.
    Ignore narrow tux lib, it goes with Showcase. P2aliases comes with permissions plus, or permissions, I'm not quite sure.
    Regardless, Permissions 3x has been known and confirmed to cause memory and other server problems.
    Switch to PermissionsEx. It is compatible with all permission formats, has a similar format to P3 and easy conversion guide, and has the "*" node.

    Those would be my two suggestions.
    Also, what I'd your start up script? You can optimize performance with a better script.
     
  17. Offline

    Marco van Dijk

    Alright, i will start switching to permissionsex now.
    I cant set up mysql untill i get the details form my VPS. Will this stop the the RAM issues with LWC?
    I dont know how my VPS starts the server. I only have to press start server.

    BTW, really quick reply, faster than avante support!
     
  18. Offline

    M1sT3rM4n

    Here's a MySQL DB hosting site that can take some load off the VPS: http://www.db4free.net/
     
    Cirno and Fuzzwolf like this.
  19. Offline

    Marco van Dijk

    The VPS that im reting the server from gives me free MySQL with phpmyadmin, just got the account details.
     
  20. Offline

    hammale

    What is LWC?
     
  21. Offline

    Mapatti

    Chest protection plugin. Protects doors, furnaces and dispencers aswell.
     
  22. Offline

    M1sT3rM4n

    Not very optimized at that ;D
     
    Cirno and Fuzzwolf like this.
  23. Offline

    Mapatti

  24. Offline

    hammale

    Yeah I think i've used it before without a sql backend...it didnt work very well with chests randomly becoming unlocked but that might have been a URP (user related problem)

    jk i was using ChestLocker or somthing like that....

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

    Mapatti

    Lockette?
     
  26. Offline

    hammale

    yeah i think
     
  27. Offline

    Retricide

    I have never had any problem with Lockette, and I still dont. It still works fine with #1060.

    @Marco van Dijk
    Running LWC on a mysql database/server should alleviate some memory, or stress on your server, but LWC is still more of a memory-hog than most other chest locking plugins.

    I recommend using another Plugin to lock chests, such as Lockette (which I use), but I supposed running LWC on MySQL is a step in the right direction.
    Also, WorldGuard has been rumored to cause problems, but it's quintessential to many servers, including my own.
    There are a lot if separate plugins that simulate individual aspects of Worldguard, like disabling explosions, etc. PEX handles item blacklisting, there's tons of AntiCreeper or antiexplosion plugins, and Residence is great for region protection.
    Ive never tested EssentialsProtect, but Im assuming it's similar, or worse than WorldGuard.

    About the startup script, look for a .bat (for windows) or .sh (for Linux) file in your server root. That should be your startup script. If you can find it, post it here.
    Chances are your issue is Plugin related, but anything is possible.
     
  28. Offline

    Mapatti

    Players of my server have reported that their signs and chests were emptied, but I believe that it doesn't have anything to do with Lockette itself.
     
  29. Offline

    hammale

    Well I was running a VERY old version of ChestLock...I cant even find the plugin page anymore
     
  30. Offline

    Marco van Dijk

    The thing is, when i first bought it the first thing i did was remove all the files, and clicked start just to see what happens. It still booted. I'm using filezilla to see the files, but on the site i don't see a startup scipt too. I guess im not able to change that script.
     
Thread Status:
Not open for further replies.

Share This Page