Solved Members being able to use /stop

Discussion in 'Bukkit Help' started by Speedran, Mar 26, 2014.

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

    Necrodoom

    Again, post console when you are doing /stop, all your previous examples were OPed people doing it.

    Also, to people arguing about permission plugins: stop telling the user to switch permission plugins, this clearly isn't a permission plugin fault, there is no such thing as a 'permission leak' and both plugins are perfectly capable to handle a simple server like the user has.
     
    • This is not acceptable conduct on the bukkit forums.
    kungfuko your an idiot, bukkit help is for helping people, not telling other helpers that they are wrong. I was simply making a suggestion and was unaware that GM updated. I wasn't telling him to switch plugins, I was just making a recommendation. So if you would kindly stfu we can actually help Speedran. Unlike you whose answers didn't help me in any of the problems I have posted.

    And Necrodoom, there is such thing as a permission leak when someone gets somebody elses permission. So please focus on solving the problem and not correcting other answers.

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

    kungfuko

    Hahahahahahaha. Grow up and get mature kid

    You told him to switch to pex


    BTW: I havent posted in any of your threads
     
  3. Offline

    v7KillStreaker

    ShadowCrafter829 If he already has his perm's done why would you want him to switch him to pex he might not know how to work pex etc.
     
  4. Offline

    Speedran

    I find PEX complicated with all the hundreds of ingame commands (The last time I used pex I had a problem with defaults being able to build)
    And the last example of the /stop console log was me being deopped and with no permission grou(in the first page)
    Commands.yml
    Code:
    # This is the commands configuration file for Bukkit.
    # For documentation on how to make use of this file, check out the Bukkit Wiki at
    # [URL]http://wiki.bukkit.org/Commands.yml[/URL]
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    #    (If this means nothing to you, just go to [URL]http://webchat.esper.net/?channels=bukkit[/URL] )
    # Forums: [URL]http://forums.bukkit.org/forums/bukkit-help.6/[/URL]
    # Twitter: [URL]http://twitter.com/CraftBukkit[/URL]
     
    # Bug tracker: [URL]http://leaky.bukkit.org/[/URL]
    command-block-overrides: []
    aliases:
    icanhasbukkit:
    - version $1-
    Bukkit.yml
    Code:
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the Bukkit Wiki at
    # [URL]http://wiki.bukkit.org/Bukkit.yml[/URL]
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    #    (If this means nothing to you, just go to [URL]http://webchat.esper.net/?channels=bukkit[/URL] )
    # Forums: [URL]http://forums.bukkit.org/forums/bukkit-help.6/[/URL]
    # Twitter: [URL]http://twitter.com/CraftBukkit[/URL]
    # Bug tracker: [URL]http://leaky.bukkit.org/[/URL]
     
    settings:
      allow-end: true
      warn-on-overload: true
      permissions-file: groups.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: 4000
      query-plugins: true
      deprecated-verbose: default
      shutdown-message: Server closed
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    chunk-gc:
      period-in-ticks: 600
      load-threshold: 0
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
      autosave: 6000
    auto-updater:
      enabled: true
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: dev
      host: dl.bukkit.org
      suggest-channels: true
    aliases: now-in-commands.yml
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
    worlds:
      plotworld: PlotMe
      generator: PlotMe
     
  5. Offline

    v7KillStreaker

    You just have to remove the essentials antibuild for the building part but i still find pex crap
     
  6. Offline

    Bobcat00

    Well, I'm stumped. Waiting for Necrodoom to figure it out.
     
  7. Offline

    Necrodoom

    Permission leak is not logically possible. For this to happen, you'd need to somehow deposit the permission nodes to the wrong player name, despite player name is taken from users.yml, then his user information checked and compiled to a permission list, and deposited to bukkit superperms on said player name. There's no 'leak' to be had here.

    Its the same thing as saying permission plugins can be hacked.

    Short of offline mode impersonation, nope.

    Throwing off false data is worse than no helping at all.

    Still waiting for a new console print of /stop.
     
  8. Offline

    lokpique

    Ok, if you are going to call somebody an idiot, get your use of "your" and "you're" straight.

    Otherwise you just look like an idiot.

    Thank you for your time.
     
  9. Offline

    Speedran

    Code:
    [15:36:58] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [15:36:58] [Server thread/INFO]: Loading properties
    [15:36:58] [Server thread/INFO]: Default game type: SURVIVAL
    [15:36:58] [Server thread/INFO]: Generating keypair
    [15:36:59] [Server thread/INFO]: Starting Minecraft server on *:25565
    [15:37:01] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1-SNAPSHOT)
    [15:37:05] [Server thread/ERROR]: Could not load 'plugins\mcore.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/PlayerInventory
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/PlayerInventory
        at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
        at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
        at java.lang.Class.forName0(Native Method) ~[?:1.7.0_21]
        at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_21]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        ... 9 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R1.PlayerInventory
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_21]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_21]
        at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
        at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
        at java.lang.Class.forName0(Native Method) ~[?:1.7.0_21]
        at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_21]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        ... 9 more
    [15:37:06] [Server thread/ERROR]: Could not load 'plugins\Factions.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: mcore
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks]
    [15:37:07] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
    [15:37:07] [Server thread/INFO]: [TuxTwoLib] Loading TuxTwoLib v1.7.2-b3
    [15:37:07] [Server thread/INFO]: [ColourMotd] Loading ColourMotd v0.1
    [15:37:07] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
    [15:37:07] [Server thread/INFO]: [MultiInv] Loading MultiInv v3.2.7
    [15:37:07] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.8
    [15:37:07] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
    [15:37:07] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.97.8
    [15:37:07] [Server thread/INFO]: [Vault] Loading Vault v1.2.29-b370
    [15:37:07] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.6.1
    [15:37:07] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13b
    [15:37:07] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
    [15:37:07] [Server thread/INFO]: [uSkyBlock] Loading uSkyBlock v1.0.8
    [15:37:07] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.4.07-b3337
    [15:37:07] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.8
    [15:37:07] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2
    [15:37:07] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
    [15:37:07] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
    [15:37:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2
    [15:37:07] [Server thread/INFO]: [Vault] Enabling Vault v1.2.29-b370
    [15:37:07] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
    [15:37:07] [Server thread/INFO]: [Vault][Permission] GroupManager found: Waiting
    [15:37:07] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
    [15:37:07] [Server thread/INFO]: [Vault][Chat] GroupManager found: Waiting
    [15:37:08] [Server thread/INFO]: [Vault] Enabled Version 1.2.29-b370
    [15:37:08] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13b
    [15:37:09] [Server thread/INFO]: §9[PlotMe] §r 39 plots loaded
    [15:37:09] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v1.0.8
    [15:37:09] [Server thread/INFO]: [uSkyBlock] Using built in protection.
    [15:37:09] [Server thread/INFO]: [uSkyBlock] 0 schematics loaded.
    [15:37:10] [Server thread/INFO]: [uSkyBlock] uSkyBlock v.1.0.8 enabled.
    [15:37:10] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.4.07-b3337
    [15:37:16] [Server thread/INFO]: [mcMMO] You are using an outdated version of mcMMO!
    [15:37:16] [Server thread/INFO]: [mcMMO] There is a new version available on BukkitDev.
    [15:37:17] [Server thread/INFO]: Preparing level "world"
    [15:37:17] [Server thread/INFO]: Preparing start region for level 0 (Seed: 9162322533444534368)
    [15:37:18] [Server thread/INFO]: Preparing spawn area: 18%
    [15:37:19] [Server thread/INFO]: Preparing spawn area: 39%
    [15:37:20] [Server thread/INFO]: Preparing spawn area: 84%
    [15:37:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: 538115751409686153)
    [15:37:21] [Server thread/INFO]: Preparing spawn area: 28%
    [15:37:22] [Server thread/INFO]: Preparing spawn area: 71%
    [15:37:23] [Server thread/INFO]: Preparing start region for level 2 (Seed: 9162322533444534368)
    [15:37:24] [Server thread/INFO]: Preparing spawn area: 48%
    [15:37:25] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
    [15:37:25] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61)
    [15:37:25] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
    [15:37:25] [Server thread/INFO]: [TuxTwoLib] Enabling TuxTwoLib v1.7.2-b3
    [15:37:25] [Server thread/WARN]: [TuxTwoLib] Current version incompatible with this version of Craftbukkit! Checking for and downloading a compatible version.
    [15:37:26] [Server thread/ERROR]: [TuxTwoLib] New version download was unsuccessful. Please download the correct version of the library from http://dev.bukkit.org/server-mods/tuxtwolib/
    [15:37:26] [Server thread/INFO]: [ColourMotd] Enabling ColourMotd v0.1
    [15:37:26] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
    [15:37:27] [Server thread/INFO]: GroupManager - INFO - World Found: world
    [15:37:27] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
    [15:37:27] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    [15:37:27] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
    [15:37:27] [Server thread/INFO]: GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
    [15:37:27] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
    [15:37:27] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
    [15:37:27] [Server thread/INFO]: [MultiInv] Enabling MultiInv v3.2.7
    [15:37:27] [Server thread/INFO]: [MultiInv] MC 1.3 or above found, enabling version 2 XP handling.
    [15:37:27] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.8
    [15:37:27] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
    [15:37:28] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
    [15:37:28] [Server thread/INFO]: METRICS STARTING
    [15:37:28] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.97.8
    [15:37:28] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
    [15:37:29] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.6.1
    [15:37:30] [Server thread/INFO]: [SimpleBroadcast] An update is available: 1.7
    [15:37:30] [Server thread/INFO]: [SimpleBroadcast] Please download it from the BukkitDev page.
    [15:37:31] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
    [15:37:31] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
    [15:37:31] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
    [15:37:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 9162322533444534368
    [15:37:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 9162322533444534368
    [15:37:32] [Server thread/INFO]: Could not set generator for world 'islandworld': Plugin 'Cleanroomgenerator' does not exist
    [15:37:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'islandworld' - Env: NORMAL - Type: NORMAL & seed: 3611177837426119243 & generator: Cleanroomgenerator:
    [15:37:32] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3611177837426119243)
    [15:37:33] [Server thread/INFO]: Preparing spawn area for islandworld, 12%
    [15:37:34] [Server thread/INFO]: Preparing spawn area for islandworld, 48%
    [15:37:35] [Server thread/INFO]: Preparing spawn area for islandworld, 97%
    [15:37:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'skyworld' - Env: NORMAL - Type: FLAT & seed: 1446004517719618020 & generator: uSkyBlock
    [15:37:36] [Server thread/INFO]: Preparing start region for level 4 (Seed: 1446004517719618020)
    [15:37:36] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
    [15:37:36] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -760 Y: 4 Z: 302 P: 0 Y: 0
    [15:37:37] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
    [15:37:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Tntrun' - Env: NORMAL - Type: NORMAL & seed: -1489201055975257656
    [15:37:37] [Server thread/INFO]: Preparing start region for level 5 (Seed: -1489201055975257656)
    [15:37:38] [Server thread/INFO]: Preparing spawn area for Tntrun, 24%
    [15:37:39] [Server thread/INFO]: Preparing spawn area for Tntrun, 73%
    [15:37:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: FLAT & seed: 7616530351959245523
    [15:37:40] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7616530351959245523)
    [15:37:41] [Server thread/INFO]: Preparing spawn area for flatroom, 77%
    [15:37:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PlotMe' - Env: NORMAL - Type: NORMAL & seed: 6724677843856837802 & generator: PlotMe
    [15:37:41] [Server thread/INFO]: Preparing start region for level 7 (Seed: 6724677843856837802)
    [15:37:43] [Server thread/INFO]: Preparing spawn area for PlotMe, 24%
    [15:37:44] [Server thread/INFO]: Preparing spawn area for PlotMe, 52%
    [15:37:53] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 538115751409686153
    [15:38:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'yo' - Env: NORMAL - Type: FLAT & seed: -5510686120202924987
    [15:38:00] [Server thread/INFO]: Preparing start region for level 8 (Seed: -5510686120202924987)
    [15:38:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'nether' - Env: NETHER - Type: NORMAL & seed: -8614054256007536420
    [15:38:10] [Server thread/INFO]: Preparing start region for level 9 (Seed: -8614054256007536420)
    [15:38:11] [Server thread/INFO]: Preparing spawn area for nether, 44%
    [15:38:12] [Server thread/INFO]: Preparing spawn area for nether, 93%
    [15:38:20] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
    [15:38:20] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.8
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (islandworld) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (islandworld) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (islandworld) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (islandworld) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'islandworld'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (skyworld) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (skyworld) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (skyworld) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyworld'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (Tntrun) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (Tntrun) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (Tntrun) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (Tntrun) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tntrun'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (PlotMe) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (PlotMe) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (PlotMe) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (PlotMe) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PlotMe'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (yo) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (yo) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (yo) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (yo) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'yo'
    [15:38:21] [Server thread/INFO]: [WorldGuard] (nether) TNT ignition is PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (nether) Lighters are PERMITTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (nether) Lava fire is blocked.
    [15:38:21] [Server thread/INFO]: [WorldGuard] (nether) Fire spread is UNRESTRICTED.
    [15:38:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nether'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 9 regions loaded for 'world'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'islandworld'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'skyworld'
    [15:38:21] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'Tntrun'
    [15:38:22] [Server thread/INFO]: [WorldGuard] 6 regions loaded for 'flatroom'
    [15:38:22] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'PlotMe'
    [15:38:22] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'yo'
    [15:38:22] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'nether'
    [15:38:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2
    [15:38:23] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
    [15:38:23] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
    [15:38:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
    [15:38:25] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
    [15:38:25] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
    [15:42:06] [Server thread/INFO]: [Multiverse-Portals]  16 - Portals(s) loaded
    [15:42:06] [Server thread/WARN]: [Multiverse-Core] Portal faction2 has an invalid DESTINATION!
    [15:42:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2
    [15:42:06] [Server thread/INFO]: Server permissions file groups.yml is empty, ignoring it
    [15:44:38] [Server thread/INFO]: Done (441.684s)! For help, type "help" or "?"
    [15:44:41] [Server thread/INFO]: [uSkyBlock] Using vault for permissions
    [15:44:41] [Server thread/INFO]: Multiverse already knows about 'skyworld'!
    [15:44:41] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
    [15:44:42] [Server thread/INFO]: /164.138.126.167:56607 lost connection: Disconnected
    [15:44:42] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3324ms behind, skipping 66 tick(s)
    [15:44:42] [pool-3-thread-15/INFO]: ***** Vault Version Checker *****
    [15:44:42] [pool-3-thread-15/WARN]: Stable Version: 1.2.31 is out!
    [15:44:42] [pool-3-thread-15/WARN]: Current Version: 1.2.29
    [15:44:42] [pool-3-thread-15/WARN]: Update Vault at: http://dev.bukkit.org/server-mods/vault
    [15:44:42] [pool-3-thread-15/INFO]: *********************************
    [15:44:44] [Server thread/INFO]: ItemStack{NETHER_STAR x 1}
    [15:44:44] [Server thread/INFO]: sharpness:4
    [15:44:44] [Server thread/INFO]: ItemStack{PAPER x 1}
    [15:44:44] [Server thread/INFO]: fire:2
    [15:44:59] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2877ms behind, skipping 57 tick(s)
    [15:47:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3450ms behind, skipping 69 tick(s)
    [15:47:12] [User Authenticator #1/INFO]: UUID of player Speedran is 0122c4e8-17d3-4245-bf0a-d73ecd5d91cb
    [15:47:12] [Server thread/INFO]: Loaded player file for Speedran
    [15:48:13] [Thread-13/WARN]: [SimpleBroadcast] The updater could not contact dev.bukkit.org for updating.
    [15:48:13] [Thread-13/WARN]: [SimpleBroadcast] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
    [15:48:13] [Thread-13/WARN]: java.io.IOException: Server returned HTTP response code: 524 for URL: https://api.curseforge.com/servermods/files?projectIds=54358
    [15:48:13] [Thread-13/WARN]:    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    [15:48:13] [Thread-13/WARN]:    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
    [15:48:13] [Thread-13/WARN]:    at net.simplebroadcast.Utils.Updater.read(Updater.java:459)
    [15:48:13] [Thread-13/WARN]:    at net.simplebroadcast.Utils.Updater.access$1(Updater.java:447)
    [15:48:13] [Thread-13/WARN]:    at net.simplebroadcast.Utils.Updater$UpdateRunnable.run(Updater.java:497)
    [15:48:13] [Thread-13/WARN]:    at java.lang.Thread.run(Unknown Source)
    [15:48:13] [Server thread/WARN]: [SimpleBroadcast] Couldn't check for updates.
    [15:48:14] [Server thread/INFO]: Speedran[] logged in with entity id 575 at ([yo] -377.5610074286694, 4.0, 363.9716836304047)
    [15:48:14] [Server thread/INFO]: Speedran lost connection: Disconnected
    [15:48:14] [Server thread/INFO]: Removing player from memory: Speedran
    [15:48:15] [Server thread/INFO]: Speedran left the game.
    [15:48:15] [pool-3-thread-17/INFO]: [SG]Checking for updates
    [15:48:15] [pool-3-thread-17/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
    [15:48:16] [User Authenticator #2/INFO]: UUID of player Speedran is 0122c4e8-17d3-4245-bf0a-d73ecd5d91cb
    [15:48:16] [Server thread/INFO]: Loaded player file for Speedran
    [15:48:18] [Server thread/INFO]: Speedran[] logged in with entity id 579 at ([yo] -377.5610074286694, 4.0, 363.9716836304047)
    [15:48:19] [pool-3-thread-16/INFO]: [SG]Checking for updates
    [15:48:19] [pool-3-thread-16/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates.
    [15:48:26] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 12149ms behind, skipping 242 tick(s)
    [15:48:41] [Server thread/INFO]: Speedran issued server command: /manuadd speedran default
    [15:48:44] [Server thread/INFO]: Speedran issued server command: /deop speedran
    [15:48:44] [Server thread/INFO]: Speedran: De-opped speedran
    [15:48:46] [Server thread/INFO]: Speedran issued server command: /stop
    [15:48:46] [Server thread/INFO]: CONSOLE: Stopping the server..
    [15:48:46] [Server thread/INFO]: Stopping server
    [15:48:46] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.12.2
    [15:48:46] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
    [15:48:46] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.12.2
    [15:48:46] [Server thread/INFO]: [Essentials] Disabling Essentials v2.12.2
    [15:48:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
    [15:48:46] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.8
    [15:48:46] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.4.07-b3337
    [15:48:47] [Server thread/INFO]: [uSkyBlock] Disabling uSkyBlock v1.0.8
    [15:48:47] [Server thread/INFO]: Removing player from memory: Speedran
    [15:48:47] [Server thread/INFO]: [uSkyBlock] uSkyBlock v1.0.8 disabled.
    [15:48:47] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
    [15:48:47] [Server thread/INFO]: [Multiverse-Core] - Disabled
    [15:48:47] [Server thread/INFO]: [PlotMe] Disabling PlotMe v0.13b
    [15:48:47] [Server thread/INFO]: [SimpleBroadcast] Disabling SimpleBroadcast v1.6.1
    [15:48:47] [Server thread/INFO]: [Vault] Disabling Vault v1.2.29-b370
    [15:48:47] [Server thread/INFO]: [CrackShot] Disabling CrackShot v0.97.8
    [15:48:47] [Server thread/INFO]: [SurvivalGames] Disabling SurvivalGames v0.5.8.54
    [15:48:47] [Server thread/INFO]: [SurvivalGames] SurvivalGames version 0.5.8.54 has now been disabled and reset
    [15:48:47] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.5.8
    [15:48:47] [Server thread/INFO]: [MultiInv] Disabling MultiInv v3.2.7
    [15:48:47] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (2.12.1) (Phoenix)
    [15:48:47] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
    [15:48:47] [Server thread/INFO]: GroupManager version 2.0 (2.12.1) (Phoenix) is disabled!
    [15:48:47] [Server thread/INFO]: [ColourMotd] Disabling ColourMotd v0.1
    [15:48:47] [Server thread/INFO]: [TuxTwoLib] Disabling TuxTwoLib v1.7.2-b3
    [15:48:47] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
    [15:48:47] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
    [15:48:47] [Server thread/INFO]: Saving players
    [15:48:47] [Server thread/INFO]: Speedran lost connection: Server closed
    [15:48:48] [Server thread/INFO]: Speedran left the game.
    [15:48:48] [Server thread/INFO]: Saving worlds
    [15:48:48] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'islandworld'/Overworld
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'skyworld'/Overworld
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'Tntrun'/Overworld
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'flatroom'/Overworld
    [15:48:49] [Server thread/INFO]: Saving chunks for level 'PlotMe'/Overworld
    [15:48:50] [Server thread/INFO]: Saving chunks for level 'yo'/Overworld
    [15:48:50] [Server thread/INFO]: Saving chunks for level 'nether'/Nether
    
     
  10. Offline

    Necrodoom

    Speedran Do a /manucheckp speed ran bukkit.command.stop and paste result please.
     
  11. Offline

    Speedran

    This is what it said
    Couldn't retrieve your world. Default world "world" selected
    The player doesn't have access to that permission
    Superperms reports node: false
     
  12. Offline

    Necrodoom

    Redownload all plugins from dev.bukkit.org, if still happens, disable plugins one by one till you cant /stop any more.
     
  13. Offline

    Speedran

    Even groupmanager?
     
  14. Offline

    Necrodoom

    According to /manucheckp its not granting bukkit.command.stop access.
     
  15. Offline

    Speedran

    Didn't work
     
  16. Offline

    Necrodoom

    So, running with no plugins and still can /stop?
     
  17. Offline

    LHammonds

    I'm having an exceptionally hard time believing you have done what we have asked.

    If you don't mind, zip up your server (minus the world and plugin folders) and PM me a link where I can download it (such as on MediaFire.com). Once I have the server files, I can then trouble-shoot and determine the cause of the issue.

    LHammonds
     
  18. He obviously doesn't need to listen to what I say so you don't need to talk for him guys. Speedran I understand your confusion with PEX and respect that you use group manager, and I will try to find a fix to your problems. As for kungfuko, yes you have posted in my threads, and very short,unexplained posts. Thank you for your time.

    Necrodoom I am used to the very old group manager, which was for 1.4 and I was using 1.6 and 1.7, so I admit that "permissions leak" is not the proper term I should have used, but there was many errors due to old file. Thank you for not being aggressive with your correction like kungfuko.

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

    kungfuko

    Aggressive? Whaoo. You are the one who got an warning ;)
     
  20. Offline

    Necrodoom

    The closest thing to 'permission leak' is offline mode impersonation still. Old file, in which I assume you mean default file, does not give any permissions out of level, such as /stop, unless you explicitly modified it and had it do so.

    And still, user at this post has already proven this is not permission plugin related, so I'm not sure why you are still at it. Please keep this offtopic off here and read permission plugin documentation.
     
  21. Offline

    v7KillStreaker

  22. Offline

    LHammonds

    v7KillStreaker, he really needs to find the root cause of this problem because /stop may not be the only command people can issue without permission. And I already stated how to keep people from shutting down his server while we fix this...which is by setting op level from 4 to 3 (assuming people are somehow getting to issue the cmd via OP permissions)
     
  23. Offline

    v7KillStreaker

    Ah, I see.
     
  24. Offline

    Speedran

    I just tried downloading all the plugins over again a second time and it worked, I think last time I did it I probably did something wrong
    Thanks to everyone who made an effort to help me
     
  25. I got a warning?

    What is a warning and who gave it? I'm just trying to help, and if you don't want me too then I won't.

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

    Bobcat00

    I'm glad you got it fixed, although it still doesn't explain what went wrong in the first place. Is it possible you downloaded a plugin from an 'untrusted' source? Maybe you got a malicious plugin by accident.
     
  27. Offline

    LHammonds

    It tells me he did not try it without the plugins installed. hehehe.
     
Thread Status:
Not open for further replies.

Share This Page