Some problems

Discussion in 'Bukkit Help' started by MrGKanev, Feb 9, 2012.

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

    MrGKanev

    Hi,
    I have 3 problems.Here is a screen of my plugins http://prikachi.com/images/864/4377864R.png .My first problem is that i done my premmisons groups but they don't work.I watch the videos in the descriptions but nothing hapend.My second problem is that i have 3 world on my server but i want to create s spawn for every one on one of the worlds but if i write /setspawn it gives me a EROR:null.My third problem is that i want to have a console to work with my server not with TeamWiear(LAGGG).
    Pleese help me and sorry for the bad english,MrGKanev Bulgaria.​
     
  2. Offline

    rmsy

    MrGKanev
    Can you post an error log with [code] tags?
     
  3. Offline

    MrGKanev

    i don't now what is
    Code:
     tags but i thinks i this:
    2012-02-09 19:02:36 [INFO] Starting minecraft server version 1.1
    2012-02-09 19:02:36 [INFO] Loading properties
    2012-02-09 19:02:36 [INFO] Starting Minecraft server on *:37575
    2012-02-09 19:02:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-02-09 19:02:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-02-09 19:02:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2012-02-09 19:02:36 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-02-09 19:02:36 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R3-b1846jnks (MC: 1.1) (Implementing API version 1.1-R3)
    2012-02-09 19:02:37 [SEVERE] Could not load 'plugins\ChatManager.jar' in folder 'plugins': 
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:165)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-09 19:02:37 [SEVERE] Could not load 'plugins\Modifyworld.jar' in folder 'plugins': 
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:165)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-09 19:02:37 [SEVERE] Could not load 'plugins\WorldGuard.jar' in folder 'plugins': 
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:285)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:200)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    2012-02-09 19:02:38 [INFO] [Pail] Loading Pail v0.7.5.
    2012-02-09 19:02:38 [INFO] [Pail] Initializing...
    2012-02-09 19:02:38 [INFO] [Pail] Setting up themes...
    2012-02-09 19:02:38 [INFO] [Pail] Registering events...
    2012-02-09 19:02:38 [INFO] [Pail] Loading interface...
    2012-02-09 19:02:41 [INFO] [Pail] Setting up window...
    2012-02-09 19:02:41 [INFO] [Pail] Pail 0.7.5 Enabled
    2012-02-09 19:02:41 [INFO] [NoLagg] Loading NoLagg v1.59.
    2012-02-09 19:02:42 [INFO] [NoLagg] NoLagg version 1.59 is enabled!
    2012-02-09 19:02:42 [INFO] Preparing level "MinecraftersBulgaria"
    2012-02-09 19:02:42 [INFO] Default game type: 0
    2012-02-09 19:02:42 [INFO] Preparing start region for level 0 (Seed: -8511192568346106027)
    2012-02-09 19:02:43 [INFO] Preparing spawn area: 8%
    2012-02-09 19:02:44 [INFO] Preparing spawn area: 40%
    2012-02-09 19:02:45 [INFO] Preparing spawn area: 77%
    2012-02-09 19:02:47 [INFO] Preparing spawn area: 97%
    2012-02-09 19:02:47 [INFO] [AntiDrop] Loading AntiDrop v0.1.
    2012-02-09 19:02:47 [INFO] [AntiDrop] v0.1 - Enabled
    2012-02-09 19:02:47 [INFO] [MultiWorld] Loading MultiWorld v2.5.0.
    2012-02-09 19:02:47 [INFO] Preparing start region for level 1 (Seed: 686199873058438220)
    2012-02-09 19:02:49 [INFO] Preparing spawn area for vipworld, 32%
    2012-02-09 19:02:50 [INFO] Preparing spawn area for vipworld, 56%
    2012-02-09 19:02:51 [INFO] Preparing spawn area for vipworld, 97%
    2012-02-09 19:02:51 [INFO] [MultiWorld] Enabling MultiWorld
    2012-02-09 19:02:51 [INFO] [MultiWorld] v2.5.0 enabled.
    2012-02-09 19:02:51 [INFO] [MinecraftViewer] Loading MinecraftViewer v1.0d.
    2012-02-09 19:02:51 [INFO] [MinecraftViewer] v1.0d Plugin Enabled.
    2012-02-09 19:02:52 [INFO] [MinecraftViewer] Query running on 0.0.0.0:37575
    2012-02-09 19:02:52 [INFO] [AutoMessage] Loading AutoMessage v1.5.
    2012-02-09 19:02:52 [INFO] [AutoMessage] version [1.5] loaded
    2012-02-09 19:02:52 [INFO] [bPermissions] Loading bPermissions v2.8.3.
    2012-02-09 19:02:52 [SEVERE] [bPermissions] Please check config.yml to enable offline-mode use
    2012-02-09 19:02:52 [INFO] [bPermissions] Disabled
    2012-02-09 19:02:52 [INFO] [AuthMe] Loading AuthMe v2.5.1.
    2012-02-09 19:02:52 [INFO] [AuthMe] Authme 2.5.1 enabled
    2012-02-09 19:02:52 [INFO] [CraftBukkitUpToDate] Loading CraftBukkitUpToDate v2.7.3.
    2012-02-09 19:02:52 [INFO] CraftBukkitUpToDate version 2.7.3 is enabled!
    2012-02-09 19:02:52 [INFO] [Backup] Loading Backup v1.8.6.
    2012-02-09 19:02:52 [INFO] [BananaProtect] Loading BananaProtect v0.5.
    2012-02-09 19:02:52 [INFO] [BananaProtect] version 0.5 is enabled!
    2012-02-09 19:02:52 [INFO] [Lockette] Loading Lockette v1.4.9 beta.
    2012-02-09 19:02:52 [INFO] [Lockette] Version 1.4.9 beta is being enabled!  Yay!  (Core version 1.3)
    2012-02-09 19:02:52 [INFO] [Lockette] Detected craftbukkit build [1846] ok.
    2012-02-09 19:02:52 [INFO] [Lockette] Using ops file for admin permissions.
    2012-02-09 19:02:53 [INFO] [Lockette] Ready to protect your containers.
    2012-02-09 19:02:53 [INFO] [NoCheat] Loading NoCheat v3.2.1.
    2012-02-09 19:02:53 [INFO] [NoCheat] version [3.2.1] is enabled.
    2012-02-09 19:02:53 [INFO] [NarrowtuxLib] Loading NarrowtuxLib v1.2.0.
    2012-02-09 19:02:53 [INFO] [NarrowtuxLib] v1.2.0 by [narrowtux] enabled.
    2012-02-09 19:02:53 [INFO] Version: 120
    2012-02-09 19:02:54 [INFO] [Essentials] Loading Essentials vPre2.8.2.1.
    2012-02-09 19:02:54 [WARNING] Version mismatch! Please update EssentialsSpawn to the same version.
    2012-02-09 19:02:54 [INFO] Bukkit version format changed. Version not checked.
    2012-02-09 19:02:54 [INFO] git-Bukkit-1.1-R3-b1846jnks (MC: 1.1)
    2012-02-09 19:02:54 [INFO] 1.1-R3
    2012-02-09 19:02:57 [INFO] CButD: CraftBukkit is up to Date
    2012-02-09 19:02:57 [INFO] File not found: plugins\Essentials\jail.yml
    2012-02-09 19:02:57 [INFO] [NarrowtuxLib] Payment method found (Essentials version: 2.2)
    2012-02-09 19:02:57 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2012-02-09 19:02:57 [INFO] [mChatSuite] Loading mChatSuite v1.0.1-R1.
    2012-02-09 19:02:57 [INFO] [mChatSuite] bPermissions v2.8.3 found hooking in.
    2012-02-09 19:02:57 [INFO] [mChatSuite] Stats are being kept for this plugin. To opt-out check stats.yml.
    2012-02-09 19:02:57 [INFO] [mChatSuite] mChatSuite version 1.0.1-R1 is enabled! Took 0.266 seconds.
    2012-02-09 19:02:57 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.7.2.
    2012-02-09 19:02:57 [WARNING] Version mismatch! Please update all Essentials jars to the same version.
    2012-02-09 19:02:58 [SEVERE] Error occurred while enabling EssentialsSpawn v2.7.2 (Is it up to date?): com.earth2me.essentials.ISettings.getRespawnPriority()Lorg/bukkit/event/Event$Priority;
    java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getRespawnPriority()Lorg/bukkit/event/Event$Priority;
    at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:41)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-09 19:02:58 [INFO] [ChestShop] Loading ChestShop v3.34.
    2012-02-09 19:02:58 [INFO] [ChestShop] Permissions version 2.7.2 loaded.
    2012-02-09 19:02:58 [INFO] [ChestShop] Lockette version 1.4.9 beta loaded.
    2012-02-09 19:02:58 [INFO] [ChestShop] Essentials loaded.
    2012-02-09 19:02:58 [INFO] [ChestShop] version 3.34 initialized!
    2012-02-09 19:02:59 [INFO] [Permissions] Loading Permissions v2.7.2.
    2012-02-09 19:02:59 [INFO] [Lockette] Enabled link to plugin Permissions for Groups, version 2.7.2
    2012-02-09 19:02:59 [INFO] Essentials: Using Permissions 2 based permissions.
    2012-02-09 19:02:59 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-02-09 19:02:59 [INFO] Done (17.592s)! For help, type "help" or "?"
    2012-02-09 19:03:07 [INFO] CONSOLE: Stopping the server..
    2012-02-09 19:03:07 [INFO] Stopping server
    2012-02-09 19:03:07 [INFO] [AntiDrop] Unloading AntiDrop v0.1.
    2012-02-09 19:03:07 [INFO] [AntiDrop] v0.1 - Disabled
    2012-02-09 19:03:07 [INFO] [MultiWorld] Unloading MultiWorld v2.5.0.
    2012-02-09 19:03:07 [INFO] [MultiWorld] Disabled.
    2012-02-09 19:03:07 [INFO] [MinecraftViewer] Unloading MinecraftViewer v1.0d.
    2012-02-09 19:03:08 [INFO] [MinecraftViewer] v1.0d Plugin Disabled.
    2012-02-09 19:03:08 [INFO] [AutoMessage] Unloading AutoMessage v1.5.
    2012-02-09 19:03:08 [INFO] [AutoMessage] version [1.5] disabled
    2012-02-09 19:03:08 [INFO] [Pail] Unloading Pail v0.7.5.
    2012-02-09 19:03:08 [INFO] [Pail] Pail 0.7.5 Disabled
    2012-02-09 19:03:08 [INFO] [AuthMe] Unloading AuthMe v2.5.1.
    2012-02-09 19:03:08 [INFO] [AuthMe] Authme 2.5.1 disabled
    2012-02-09 19:03:08 [INFO] [NoLagg] Unloading NoLagg v1.59.
    2012-02-09 19:03:08 [INFO] [NoLagg] NoLagg disabled!
    2012-02-09 19:03:08 [INFO] [CraftBukkitUpToDate] Unloading CraftBukkitUpToDate v2.7.3.
    2012-02-09 19:03:08 [INFO] [Backup] Unloading Backup v1.8.6.
    2012-02-09 19:03:08 [INFO] [BananaProtect] Unloading BananaProtect v0.5.
    2012-02-09 19:03:08 [INFO] [BananaProtect] version 0.5 is disabled!
    2012-02-09 19:03:08 [INFO] [Lockette] Unloading Lockette v1.4.9 beta.
    2012-02-09 19:03:08 [INFO] Lockette is being disabled...  ;.;
    2012-02-09 19:03:08 [INFO] [Lockette] Closing all automatic doors.
    2012-02-09 19:03:08 [INFO] [NoCheat] Unloading NoCheat v3.2.1.
    2012-02-09 19:03:08 [INFO] [NoCheat] version [3.2.1] is disabled.
    2012-02-09 19:03:08 [INFO] [NarrowtuxLib] Unloading NarrowtuxLib v1.2.0.
    2012-02-09 19:03:08 [INFO] [NarrowtuxLib] v1.2.0 by [narrowtux] disabled.
    2012-02-09 19:03:08 [INFO] [Essentials] Unloading Essentials vPre2.8.2.1.
    2012-02-09 19:03:08 [INFO] [mChatSuite] Unloading mChatSuite v1.0.1-R1.
    2012-02-09 19:03:08 [INFO] [mChatSuite] mChatSuite version 1.0.1-R1 is disabled!
    2012-02-09 19:03:08 [INFO] [EssentialsSpawn] Unloading EssentialsSpawn v2.7.2.
    2012-02-09 19:03:08 [INFO] [ChestShop] Unloading ChestShop v3.34.
    2012-02-09 19:03:08 [INFO] [ChestShop] version 3.34 shutting down!
    2012-02-09 19:03:08 [INFO] [Permissions] Unloading Permissions v2.7.2.
    2012-02-09 19:03:08 [INFO] Saving chunks
    2012-02-09 19:03:11 [INFO] Stopping server
    2012-02-09 19:03:11 [INFO] Saving chunks
    I made a new log but if you want the old one?
     
  4. Offline

    Sayshal

    ChatManager requires PermissionsEx I'm guessing?
    So does ModifyWorld.
    WorldGuard needs WorldEdit to work.
    Update ALL your Essentials JAR files.
     
    rmsy likes this.
  5. Offline

    rmsy

    It appears that your PermissionsEx plugins are outdated, and (as Sayshal mentioned) you are also trying to run WorldGuard without WorldEdit, which is not possible.
     
  6. Offline

    MrGKanev

    But is permissionEx like bpremissions becous i don't wana write them 2 times just copy?
     
  7. Offline

    rmsy

    PermissionsEx does not use the same formatting as bPermissions, no. You'll have to re-do your permissions.
     
    Snipes01 likes this.
  8. Offline

    Snipes01

    I know the config for PEX an PermissionsBukkit are different. I think bperms is pretty close to Pex.
     
  9. Offline

    Sayshal

    Just stick with bPermissions and get rid of ModifyWorld & ChatManager.
    Replace them with mChatSuite.
    Don't know the equivalent of ModifyWorld though.
     
  10. Offline

    MrGKanev

    I use ModifyWorld because i have 3 world for my players and i hope can i ceep them?
     
  11. Offline

    Sayshal

    MultiVerse.
    When you remove modifyworld and get multiverse, just do:
    /mvimport <worldname> <worldtype>
    for all your worlds. :)
    worldname is the name of your world folder
    worldtype is normal, nether, end or flat. :)
     
  12. Offline

    MrGKanev

    Ok.now i put PermissionsEx, worldedit and Multiverse 2.3.I have to delete Bpermissions and MultiWorld am i write ?
     
  13. Offline

    Sayshal

    If you want to use PermissionsX... I recommend the following setup:
    bPermissions - Permissions handler
    WorldGuard/WorldEdit - ModifyWorld replacement
    Multiverse 2.3 - Multiworld replacement
     
  14. Offline

    MrGKanev

Thread Status:
Not open for further replies.

Share This Page