[Question]Server commands issue ?

Discussion in 'Bukkit Help' started by HadrienM, Jul 28, 2011.

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

    HadrienM

    Hello,

    I've read my server.log recently, it seems some players have access to the server "/tp" command IG... (i think) My permission file is correctly configured. I know how to use it, i'm "old" here with bukkit and permissions. Only me is in ops.txt file.

    My questions are :

    1) How the players have access to the "/tp" command without having permissions ? It seems to be temporary...
    2) Is this the server command ? Can it be a bukkit issue or a plugin ?

    Suspected Chat Log :

    Code:
    22:44:10 [INFO] x used command "/tp y x"
    22:44:27 [INFO] <x> I know how to get z's attention←[0m
    22:44:31 [INFO] x used command "/tp y 1200 70 40"
    22:44:32 [INFO] [MotherNature] Server is now raining.
    22:44:35 [INFO] <y> :O←[0m
    22:44:39 [INFO] x used command "/tpo y"
    22:44:39 [INFO] [PLAYER_COMMAND] x: /tpo y
    22:44:42 [INFO] <y> where am i?←[0m
    22:44:45 [INFO] <x> ←[31mx←[0m
    22:44:45 [INFO] <x> ←[36mMY GOD←[0m
    22:44:49 [INFO] <x> ←[31m:D←[0m
    22:44:51 [INFO] <y> that was wierd←[0m
    22:44:53 [INFO] <x> ←[36mI CAN TP OTHER PLAYER←[0m
    22:44:58 [INFO] <y> cool←[0m
    22:45:05 [INFO] <x> ←[36mI'M GOD←[0m
    22:45:07 [INFO] x used command "/tphere y"
    22:45:14 [INFO] <y> ←[31myou are modo...←[0m
    22:45:17 [INFO] x used command "/tp x y"
    22:45:17 [INFO] <y> no you arent←[0m
    22:45:20 [INFO] <x> ←[36mGonna tp you to my castle←[0m
    -----
    22:47:25 [INFO] x used command "/tp y 4372 40 -1291"
    22:47:30 [INFO] <y> ←[31my stop it←[0m
    22:47:34 [INFO] <x> im here already!←[0m
    22:47:38 [INFO] <x> ←[36mDoesn't work anymore←[0m
    
    'x' is the suspected guy, y and z are others and sorry for the '←[0m' signs etc...

    And, which plugin in there have /tp command ?

    Code:
    Plugin List: ←[32m"Annotate" ←[32m"bColoredChat" ←[32m"BigCatch" ←[32m"BinarySkates" ←[32m"BlocksOnGlass" ←[32m"bMobs" ←[32m"ScrapBukkit" ←[32m"ChairCraft" ←[32m"ChestShop" ←[32m"Commands Logging" ←[32m"CommandSigns" ←[32m"CraftBukkitUpToDate" ←[32m"CraftProxyLiter" ←[32m"CuboidPlugin" ←[32m"DropChest" ←[32m"Essentials" ←[32m"EssentialsChat" ←[32m"FullChest" ←[32m"GoldTools" ←[32m"GravelClay" ←[32m"iConomy" ←[32m"Inferno" ←[32m"Landmarks" ←[32m"LastLogin" ←[32m"Lockette" ←[32m"MagicCarpet" ←[32m"mcMMO" ←[32m"MCStats2" ←[32m"MinecartManiaCore" ←[32m"MinecartManiaSignCommands" ←[32m"MinecartManiaStation" ←[32m"MinecraftViewer" ←[32m"MotherNature" ←[32m"MultiInv" ←[32m"MultiVerse" ←[32m"NoIce" ←[32m"NoSnow" ←[32m"NSCommand" ←[32m"OpenInv" ←[32m"Permissions" ←[32m"Pitfall" ←[32m"PlugMan" ←[32m"PorteCoulissante" ←[32m"RetractableBridge" ←[32m"SecretDoors" ←[32m"SignLift" ←[32m"SignReadMore" ←[32m"SpyerAdminCommands" ←[32m"SpyerFun" ←[32m"Tombstone" ←[32m"VanishNoPickup" ←[32m"WorldEdit" ←[32m"WorldGuard" ←[32m"xAuth" ←[32m"dynmap" ←[32m"MinecartManiaAdminControls" ←[32m"MinecartManiaAutocart" ←[32m"MinecartManiaAutomations" ←[32m"MinecartManiaChestControl" ←[32m"NoSpawn" ←[32m"SpyerAdmin" ←[32m"Jobs"←[0m
    
    again, sorry for the '←[32m' signs etc...

    now im going to sleep, ill be back tomorrow, thanks for future answers...
     
  2. Offline

    Supersam654

    Im pretty sure that it is coming from Essentials. Have you set up Permissions properly? If you have, then everyone on the server shouldn't be able to tp people.
     
  3. Offline

    HadrienM

    Here it is :

    Code:
    groups:
        Invite:
            default: true
            info:
                build: false
                prefix: '&7'
                suffix: ''
            inheritance: null
            permissions:
        Keke:
            default: false
            info:
                build: true
                prefix: '&d'
                suffix: ''
            inheritance:
            - Invite
            permissions:
            - mcmmo.skills.*
            - mcmmo.ability.unarmed
            - mcmmo.ability.swords
            - mcmmo.ability.excavation
            - mcmmo.ability.axes
            - mcmmo.ability.mining
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - signColours.*
            - tombstone.use
            - tombstone.large
            - tombstone.sign
            - tombstone.quickloot
            - tombstone.freesign
            - tombstone.freechest
            - tombstone.cmd.*
            - essentials.signs.mail.use
            - essentials.signs.protection.create
            - essentials.signs.protection.use
            - essentials.signs.heal.use
            - essentials.signs.trade.use
            - essentials.signs.buy.use
            - essentials.signs.sell.use
            - essentials.depth
            - essentials.getpos
            - essentials.compass
            - essentials.top
            - essentials.back
            - essentials.back.ondeath
            - essentials.portal
            - essentials.tppos
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.mail.*
            - essentials.helpop
            - essentials.ext
            - essentials.suicide
            - essentials.help
            - essentials.tpo
            - essentials.me
            - lockette.create.*
            - essentials.protect.pvp
            - signreadmore.srm
            - essentials.home
            - essentials.sethome
            - jobs.join.*
            - jobs.world.*
            - commandSigns.use
            - commandSigns.super
            - bColoredChat.*
            - essentials.protect.exemptplacement
            - essentials.protect.admin
            - minecartmania.signs.*
            - bog.*
            - chaircraft.sit
            - gastronomic.player.*
            - iConomyChestShop.shop.*
            - fridges.fridge.*
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - iConomy.bank.*
            - dynmap.render
            - landmarks.add
            - landmarks.modify.own
            - landmarks.remove.own
            - giftpost.chest.*
            - annotate.*
        Joueurs:
            default: false
            info:
                build: true
                prefix: '&2'
                suffix: ''
            inheritance:
            - Keke
            permissions:
        Moderateurs:
            default: false
            info:
                build: true
                prefix: '&9'
                suffix: ''
            inheritance:
            - Joueurs
            permissions:
            - iConomyChestShop.command.iteminfo
            - cuboidplugin.select
            - cuboidplugin.size
            - dropchest.create
            - dropchest.remove
            - dropchest.which
            - dropchest.teleport
            - dropchest.filter
            - dropchest.list
            - dynmap.show.self
            - dynmap.hide.self
            - dynmap.stats
            - essentials.tree
            - essentials.bigtree
            - essentials.whois
            - essentials.nick
            - essentials.seen
            - essentials.gc
            - essentials.spawnmob
            - essentials.burn
            - essentials.ping
            - essentials.backup
            - essentials.kick
            - essentials.togglejail
            - essentials.jails
            - essentials.tpohere
            - iConomy.admin.stats
            - landmarks.modify.all
            - landmarks.remove.all
            - mothernature.command.help
            - mothernature.command.rain
            - mothernature.command.thunder
            - mothernature.command.lightning
            - mothernature.command.sun
            - mothernature.command.umbrella
            - mothernature.lwand
            - multiverse.list
            - multiverse.world.spawn
            - multiverse.portal.list
            - spyer.spy
            - spyer.fun
            - spyer.stopmobs.admin
    
        SuperModo:
            default: false
            info:
                build: true
                prefix: '&1'
                suffix: ''
            inheritance:
            - Moderateurs
            permissions:
            - commandSigns.default.*
            - commandSigns.config
            - commandSigns.alias
            - commandSigns.exec
            - cuboidplugin.*
            - dropchest.radius.set
            - dropchest.destroy
            - dynmap.fullrender
            - dynmap.reload
            - dynmap.show.others
            - dynmap.hide.others
            - essentials.time
            - essentials.god
            - essentials.heal
            - essentials.nick.others
            - essentials.realname
            - essentials.spawner
            - essentials.essentials
            - essentials.clearinventory
            - essentials.clearinventory.others
            - essentials.broadcast
            - essentials.antioch
            - essentials.kill
            - essentials.ban
            - essentials.mute
            - essentials.unban
            - essentials.banip
            - essentials.unbanip
            - essentials.invsee
            - essentials.socialspy
            - essentials.fireball
            - essentials.jump
            - essentials.tpall
            - lockette.admin.bypass
            - lockette.admin.snoop
            - magiccarpet.*
            - permissions.reload.*
            - spyer.seeAll
    
        Admins:
            default: false
            info:
                build: true
                prefix: '&4'
                suffix: ''
            inheritance:
            - SuperModo
            permissions:
            - '*'
    
    in users.yml, i've one Admin (me), and others are players...

    EDIT : They do the '/tp player1 player2' command, in essentials, it's /tpo, no ?
     
  4. Offline

    Supersam654

    Try installing this plugin. Your problem might be the built-in minecraft command.
     
  5. Offline

    HadrienM

    Tried it, no changes, player have access to this command, anyone ?
     
Thread Status:
Not open for further replies.

Share This Page