Çözüldü Essentials Yasaklı Komutlar

  • Konuyu Başlatan Konuyu Başlatan Taeryl
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 773
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Taeryl

Bir Kömür Göründü Kaptanım!
Katılım
15 Nisan 2018
Mesajlar
111
Elmaslar
34
Puan
0
Yaş
24
Minecraft
Taeryl
Merhaba MC-TR Üyeleri,

Essentials içinde bulunan komutlar mevcut.

Örneğin; /fly /list vs gibi

Ancak bunların /efly /elist gibi komutlarıda mevcut.

Bunları her hangi bir skript kullanmadan direk engellemenin bir çözümü yokmudur?

Yardımlarınızı bekliyorum.

Saygılar...
 
essentials:fly, bukkit;pl gibi komutları eZProtector plugini ile engelleyebilirsin.
 
Essentials.jar dosyasını sağ tıkla winrar ile aç. Sonra plugin.yml dosyasını bul. Sonra bu dosyada commands yazan satır ile permissions yazan satır arasını sil ve şunları yaz ;

Kod:
commands:
  afk:
    description: Marks you as away-from-keyboard.
    usage: /<command> [player/message...]
    aliases: [away]
  antioch:
    description: 'A little surprise for operators.'
    usage: /<command> [message]
    aliases: [grenade,tnt]
  back:
    description: Teleports you to your location prior to tp/spawn/warp.
    usage: /<command>
    aliases: [return]
  backup:
    description: Runs the backup if configured.
    usage: /<command>
    aliases: []
  balance:
    description: States the current balance of a player.
    usage: /<command> [player]
    aliases: [bal,money]
  balancetop:
    description: Gets the top balance values.
    usage: /<command> <page>
    aliases: [baltop]
  ban:
    description: Bans a player.
    usage: /<command> <player> [reason]
    aliases: []
  banip:
    description: Bans an IP address.
    usage: /<command> <address>
    aliases: []
  book:
    description: Allows reopening and editing of sealed books.
    usage: /<command> [title|author [name]]
    aliases: []
  break:
    description: Breaks the block you are looking at.
    usage: /<command>
    aliases: []
  broadcast:
    description: Broadcasts a message to the entire server.
    usage: /<command> <msg>
    aliases: [bc,bcast,shout]
  broadcastworld:
    description: Broadcasts a message to a world.
    usage: /<command> <world> <msg>
    aliases: [bcw,bcastw,shoutworld]
  bigtree:
    description: Spawn a big tree where you are looking.
    usage: /<command> <tree|redwood|jungle>
    aliases: [largetree]
  burn:
    description: Set a player on fire.
    usage: /<command> <player> <seconds>
    aliases: []
  clearinventory:
    description: Clear all items in your inventory.
    usage: /<command> [player|*] [item[:<data>]|*|**] [amount]
    aliases: [ci,clean,clear,clearinvent]
  condense:
    description: Condenses items into a more compact blocks.
    usage: /<command> [<itemname>|<id>|hand|inventory]
    aliases: [compact,blocks,toblocks]
  compass:
    description: Describes your current bearing.
    usage: /<command>
    aliases: [direction]
  createkit:
    description: Create a kit in game!
    usage: /<command> <kitname> <delay>
    aliases: [kitcreate,createk,kc,ck]
  customtext:
    description: Allows you to create custom text commands.
    usage: /<alias> - Define in bukkit.yml
  delhome:
    description: Removes a home.
    usage: /<command> [player:]<name>
    aliases: [remhome,rmhome]
  deljail:
    description: Removes a jail.
    usage: /<command> <jailname>
    aliases: [remjail,rmjail]
  delwarp:
    description: Deletes the specified warp.
    usage: /<command> <warp>
    aliases: [remwarp,rmwarp]
  depth:
    description: States current depth, relative to sea level.
    usage: /depth
    aliases: [height]
  eco:
    description: Manages the server economy.
    usage: /<command> <give|take|set|reset> <player> <amount>
    aliases: [economy]
  enchant:
    description: Enchants the item the user is holding.
    usage: /<command> <enchantmentname> [level]
    aliases: [enchantment]
  enderchest:
    description: Lets you see inside an enderchest.
    usage: /<command> [player]
    aliases: [endersee,ec]
  essentials:
    description: Reloads essentials.
    usage: /<command>
    aliases: [ess]
  exp:
    description: Give, set or look at a players exp.
    usage: /<command> [show|set|give] [playername [amount]]
    aliases: [xp]
  ext:
    description: Extinguish players.
    usage: /<command> [player]
    aliases: [extinguish]
  feed:
    description: Satisfy the hunger.
    usage: /<command> [player]
    aliases: [eat,]
  fly:
    description: Take off, and soar!
    usage: /<command> [player] [on|off]
    aliases: []
  fireball:
    description: Throw a fireball.
    usage: /<command> [small|skull]
    aliases: [fireentity,fireskull]
  firework:
    description: Allows you to modify a stack of fireworks.
    usage: /<command> <<meta param>|power [amount]|clear|fire [amount]>
    aliases: []
  gamemode:
    description: Change player gamemode.
    usage: /<command> <survival|creative|adventure|spectator> [player]
    aliases: [adventure,adventuremode,creative,creativemode,gm,gma,gmc,gms,gmt,survival,survivalmode,gmsp,sp,spec,spectator]
  gc:
    description: Reports memory, uptime and tick info.
    usage: /<command> [all]
    aliases: [lag,mem,memory,uptime,tps,entities]
  getpos:
    description: Get your current coordinates or those of a player.
    usage: /<command> [player]
    aliases: [coords,position,whereami,getlocation,getloc]
  give:
    description: Give a player an item.
    usage: /<command> <player> <item|numeric> [amount [itemmeta...]]
    aliases: []
  god:
    description: Enables your godly powers.
    usage: /<command> [player] [on|off]
    aliases: [godmode,tgm]
  hat:
    description: Get some cool new headgear.
    usage: /<command> [remove]
    aliases: [head]
  heal:
    description: Heals you or the given player.
    usage: /<command> [player]
    aliases: []
  help:
    description: Views a list of available commands.
    usage: /<command> [search term] [page]
    aliases: []
  helpop:
    description: Message online admins.
    usage: /<command> <message>
    aliases: [ac,amsg]
  home:
    description: Teleport to your home.
    usage: /<command> [player:][name]
    aliases: [homes]
  ignore:
    description: Ignore or unignore other players.
    usage: /<command> <player>
    aliases: [unignore,delignore,remignore,rmignore]
  info:
    description: Shows information set by the server owner.
    usage: /<command> [chapter] [page]
    aliases: [about,ifo,inform,news]
  invsee:
    description: See the inventory of other players.
    usage: /<command> <player>
    aliases: []
  item:
    description: Spawn an item.
    usage: /<command> <item|numeric> [amount [itemmeta...]]
    aliases: [i]
  itemdb:
    description: Searches for an item.
    usage: /<command> <item>
    aliases: [dura,durability,itemno]
  jails:
    description: List all jails.
    usage: /<command>
    aliases: []
  jump:
    description: Jumps to the nearest block in the line of sight.
    usage: /<command>
    aliases: [j,jumpto]
  kick:
    description: Kicks a specified player with a reason.
    usage: /<command> <player> [reason]
    aliases: []
  kickall:
    description: Kicks all players off the server except the issuer.
    usage: /<command> [reason]
    aliases: []
  kill:
    description: Kills specified player.
    usage: /<command> <player>
    aliases: []
  kit:
    description: Obtains the specified kit or views all available kits.
    usage: /<command> [kit] [player]
    aliases: [kits]
  kittycannon:
    description: Throw an exploding kitten at your opponent.
    usage: /<command>
    aliases: []
  lightning:
    description: The power of Thor. Strike at cursor or player.
    usage: /<command> [player] [power]
    aliases: [shock,smite,strike,thor]
  list:
    description: List all online players.
    usage: /<command> [group]
    aliases: [online,playerlist,plist,who]
  mail:
    description: Manages inter-player, intra-server mail.
    usage: /<command> [read|clear|send [to] [message]|sendall [message]]
    aliases: [email,memo]
  me:
    description: Describes an action in the context of the player.
    usage: /<command> <description>
    aliases: [action,describe]
  more:
    description: Fills the item stack in hand to maximum size.
    usage: /<command>
    aliases: []
  motd:
    description: Views the Message Of The Day.
    usage: /<command> [chapter] [page]
    aliases: []
  msg:
    description: Sends a private message to the specified player.
    usage: /<command> <to> <message>
    aliases: [w,m,t,pm,tellwhisper]
  msgtoggle:
    description: Blocks receiving all private messages.
    usage: /<command> [player] [on|off]
    aliases: []
  mute:
    description: Mutes or unmutes a player.
    usage: /<command> <player> [datediff]
    aliases: [silence]
  near:
    description: Lists the players near by or around a player.
    usage: /<command> [playername] [radius]
    aliases: [nearby]
  nick:
    description: Change your nickname or that of another player.
    usage: /<command> [player] <nickname|off>
    aliases: [nickname]
  nuke:
    description: May death rain upon them.
    usage: /<command> [player]
    aliases: []
  pay:
    description: Pays another player from your balance.
    usage: /<command> <player> <amount>
    aliases: []
  ping:
    description: Pong!
    usage: /<command>
    aliases: [echo,pong]
  potion:
    description: Adds custom potion effects to a potion.
    usage: /<command> <clear|apply|effect:<effect> power:<power> duration:<duration>>
    aliases: [elixer]
  powertool:
    description: Assigns a command to the item in hand.
    usage: /<command> [l:|a:|r:|c:|d:][command] [arguments] - {player} can be replaced by name of a clicked player.
    aliases: [pt]
  powertooltoggle:
    description: Enables or disables all current powertools.
    usage: /<command>
    aliases: [ptt,pttoggle]
  ptime:
    description: Adjust player's client time. Add @ prefix to fix.
    usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*]
    aliases: [playertime]
  pweather:
    description: Adjust a player's weather
    usage: /<command> [list|reset|storm|sun|clear] [player|*]
    aliases: [playerweather]
  r:
    description: Quickly reply to the last player to message you.
    usage: /<command> <message>
    aliases: [reply]
  realname:
    description: Displays the username of a user based on nick.
    usage: /<command> <nickname>
    aliases: []
  recipe:
    description: Displays how to craft items.
    usage: /<command> <item> [number]
    aliases: [formula,method,recipes]
  remove:
    description: Removes entities in your world.
    usage: /<command> <all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]> [radius|world]
    aliases: [butcher,killall,mobkill]
  repair:
    description: Repairs the durability of one or all items.
    usage: /<command> [hand|all]
    aliases: [fix]
  rules:
    description: Views the server rules.
    usage: /<command> [chapter] [page]
    aliases: []
  seen:
    description: Shows the last logout time of a player.
    usage: /<command> <playername>
    aliases: []
  sell:
    description: Sells the item currently in your hand.
    usage: /<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
    aliases: []
  sethome:
    description: Set your home to your current location.
    usage: /<command> [[player:]name]
    aliases: [createhome]
  setjail:
    description: Creates a jail where you specified named [jailname].
    usage: /<command> <jailname>
    aliases: [createjail]
  setwarp:
    description: Creates a new warp.
    usage: /<command> <warp>
    aliases: [createwarp]
  setworth:
    description: Set the sell value of an item.
    usage: /<command> [itemname|id] <price>
    aliases: []
  showkit:
    description: Show contents of a kit.
    usage: /<command> <kitname>
    aliases: [kitpreview,preview,kitshow]
  skull:
    description: Set the owner of a player skull
    usage: /<command> [owner]
    aliases: [playerskull, head, ehead]
  socialspy:
    description: Toggles if you can see msg/mail commands in chat.
    usage: /<command> [player] [on|off]
    aliases: []
  spawner:
    description: Change the mob type of a spawner.
    usage: /<command> <mob> [delay]
    aliases: [changems,mobspawner]
  spawnmob:
    description: Spawns a mob.
    usage: /<command> <mob>[:data][,<mount>[:data]] [amount] [player]
    aliases: [mob,spawnentity]
  speed:
    description: Change your speed limits.
    usage: /<command> [type] <speed> [player]
    aliases: [flyspeed,fspeed,walkspeed,wspeed]
  sudo:
    description: Make another user perform a command.
    usage: /<command> <player> <command [args]>
    aliases: []
  suicide:
    description: Causes you to perish.
    usage: /<command>
    aliases: []
  tempban:
    description: Temporary ban a user.
    usage: /<command> <playername> <datediff> <reason>
    aliases: []
  thunder:
    description: Enable/disable thunder.
    usage: /<command> <true/false> [duration]
    aliases: []
  time:
    description: Display/Change the world time. Defaults to current world.
    usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
    aliases: [day,night]
  togglejail:
    description: Jails/Unjails a player, TPs them to the jail specified.
    usage: /<command> <player> <jailname> [datediff]
    aliases: [jail,tjail,unjail]
  top:
    description: Teleport to the highest block at your current position.
    usage: /<command>
    aliases: []
  tp:
    description: Teleport to a player.
    usage: /<command> <player> [otherplayer]
    aliases: [tele,teleport,tp2p]
  tpa:
    description: Request to teleport to the specified player.
    usage: /<command> <player>
    aliases: [call,tpask]
  tpaall:
    description: Requests all players online to teleport to you.
    usage: /<command> <player>
    aliases: []
  tpaccept:
    description: Accepts a teleport request.
    usage: /<command> [otherplayer]
    aliases: [tpyes]
  tpahere:
    description: Request that the specified player teleport to you.
    usage: /<command> <player>
    aliases: []
  tpall:
    description: Teleport all online players to another player.
    usage: /<command> <player>
    aliases: []
  tpdeny:
    description: Reject a teleport request.
    usage: /<command>
    aliases: [tpno]
  tphere:
    description: Teleport a player to you.
    usage: /<command> <player>
    aliases: []
  tpo:
    description: Teleport override for tptoggle.
    usage: /<command> <player> [otherplayer]
    aliases: []
  tpohere:
    description: Teleport here override for tptoggle.
    usage: /<command> <player>
    aliases: []
  tppos:
    description: Teleport to coordinates.
    usage: /<command> <x> <y> <z> [yaw] [pitch]
    aliases: []
  tptoggle:
    description: Blocks all forms of teleportation.
    usage: /<command> [player] [on|off]
    aliases: []
  tree:
    description: Spawn a tree where you are looking.
    usage: /<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp>
    aliases: [etree]
  unban:
    description: Unbans the specified player.
    usage: /<command> <player>
    aliases: [pardon]
  unbanip:
    description: Unbans the specified IP address.
    usage: /<command> <address>
    aliases: [pardonip]
  unlimited:
    description: Allows the unlimited placing of items.
    usage: /<command> <list|item|clear> [player]
    aliases: [ul,unl,eul]
  vanish:
    description: Hide yourself from other players.
    usage: /<command> [player] [on|off]
    aliases: [v]
  warp:
    description: List all warps or warp to the specified location.
    usage: /<command> <pagenumber|warp> [player]
    aliases: [warps]
  weather:
    description: Sets the weather.
    usage: /<command> <storm/sun> [duration]
    aliases: [rain,sky,storm,sun,]
  whois:
    description: Determine the username behind a nickname.
    usage: /<command> <nickname>
    aliases: [ewhois]
  workbench:
    description: Opens up a workbench.
    usage: /<command>
    aliases: [craft,wb,wbench]
  world:
    description: Switch between worlds.
    usage: /<command> [world]
    aliases: [eworld]
  worth:
    description: Calculates the worth of items in hand or as specified.
    usage: /<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
    aliases: [price]
 
Essentials.jar dosyasını sağ tıkla winrar ile aç. Sonra plugin.yml dosyasını bul. Sonra bu dosyada commands yazan satır ile permissions yazan satır arasını sil ve şunları yaz ;

Kod:
commands:
  afk:
    description: Marks you as away-from-keyboard.
    usage: /<command> [player/message...]
    aliases: [away]
  antioch:
    description: 'A little surprise for operators.'
    usage: /<command> [message]
    aliases: [grenade,tnt]
  back:
    description: Teleports you to your location prior to tp/spawn/warp.
    usage: /<command>
    aliases: [return]
  backup:
    description: Runs the backup if configured.
    usage: /<command>
    aliases: []
  balance:
    description: States the current balance of a player.
    usage: /<command> [player]
    aliases: [bal,money]
  balancetop:
    description: Gets the top balance values.
    usage: /<command> <page>
    aliases: [baltop]
  ban:
    description: Bans a player.
    usage: /<command> <player> [reason]
    aliases: []
  banip:
    description: Bans an IP address.
    usage: /<command> <address>
    aliases: []
  book:
    description: Allows reopening and editing of sealed books.
    usage: /<command> [title|author [name]]
    aliases: []
  break:
    description: Breaks the block you are looking at.
    usage: /<command>
    aliases: []
  broadcast:
    description: Broadcasts a message to the entire server.
    usage: /<command> <msg>
    aliases: [bc,bcast,shout]
  broadcastworld:
    description: Broadcasts a message to a world.
    usage: /<command> <world> <msg>
    aliases: [bcw,bcastw,shoutworld]
  bigtree:
    description: Spawn a big tree where you are looking.
    usage: /<command> <tree|redwood|jungle>
    aliases: [largetree]
  burn:
    description: Set a player on fire.
    usage: /<command> <player> <seconds>
    aliases: []
  clearinventory:
    description: Clear all items in your inventory.
    usage: /<command> [player|*] [item[:<data>]|*|**] [amount]
    aliases: [ci,clean,clear,clearinvent]
  condense:
    description: Condenses items into a more compact blocks.
    usage: /<command> [<itemname>|<id>|hand|inventory]
    aliases: [compact,blocks,toblocks]
  compass:
    description: Describes your current bearing.
    usage: /<command>
    aliases: [direction]
  createkit:
    description: Create a kit in game!
    usage: /<command> <kitname> <delay>
    aliases: [kitcreate,createk,kc,ck]
  customtext:
    description: Allows you to create custom text commands.
    usage: /<alias> - Define in bukkit.yml
  delhome:
    description: Removes a home.
    usage: /<command> [player:]<name>
    aliases: [remhome,rmhome]
  deljail:
    description: Removes a jail.
    usage: /<command> <jailname>
    aliases: [remjail,rmjail]
  delwarp:
    description: Deletes the specified warp.
    usage: /<command> <warp>
    aliases: [remwarp,rmwarp]
  depth:
    description: States current depth, relative to sea level.
    usage: /depth
    aliases: [height]
  eco:
    description: Manages the server economy.
    usage: /<command> <give|take|set|reset> <player> <amount>
    aliases: [economy]
  enchant:
    description: Enchants the item the user is holding.
    usage: /<command> <enchantmentname> [level]
    aliases: [enchantment]
  enderchest:
    description: Lets you see inside an enderchest.
    usage: /<command> [player]
    aliases: [endersee,ec]
  essentials:
    description: Reloads essentials.
    usage: /<command>
    aliases: [ess]
  exp:
    description: Give, set or look at a players exp.
    usage: /<command> [show|set|give] [playername [amount]]
    aliases: [xp]
  ext:
    description: Extinguish players.
    usage: /<command> [player]
    aliases: [extinguish]
  feed:
    description: Satisfy the hunger.
    usage: /<command> [player]
    aliases: [eat,]
  fly:
    description: Take off, and soar!
    usage: /<command> [player] [on|off]
    aliases: []
  fireball:
    description: Throw a fireball.
    usage: /<command> [small|skull]
    aliases: [fireentity,fireskull]
  firework:
    description: Allows you to modify a stack of fireworks.
    usage: /<command> <<meta param>|power [amount]|clear|fire [amount]>
    aliases: []
  gamemode:
    description: Change player gamemode.
    usage: /<command> <survival|creative|adventure|spectator> [player]
    aliases: [adventure,adventuremode,creative,creativemode,gm,gma,gmc,gms,gmt,survival,survivalmode,gmsp,sp,spec,spectator]
  gc:
    description: Reports memory, uptime and tick info.
    usage: /<command> [all]
    aliases: [lag,mem,memory,uptime,tps,entities]
  getpos:
    description: Get your current coordinates or those of a player.
    usage: /<command> [player]
    aliases: [coords,position,whereami,getlocation,getloc]
  give:
    description: Give a player an item.
    usage: /<command> <player> <item|numeric> [amount [itemmeta...]]
    aliases: []
  god:
    description: Enables your godly powers.
    usage: /<command> [player] [on|off]
    aliases: [godmode,tgm]
  hat:
    description: Get some cool new headgear.
    usage: /<command> [remove]
    aliases: [head]
  heal:
    description: Heals you or the given player.
    usage: /<command> [player]
    aliases: []
  help:
    description: Views a list of available commands.
    usage: /<command> [search term] [page]
    aliases: []
  helpop:
    description: Message online admins.
    usage: /<command> <message>
    aliases: [ac,amsg]
  home:
    description: Teleport to your home.
    usage: /<command> [player:][name]
    aliases: [homes]
  ignore:
    description: Ignore or unignore other players.
    usage: /<command> <player>
    aliases: [unignore,delignore,remignore,rmignore]
  info:
    description: Shows information set by the server owner.
    usage: /<command> [chapter] [page]
    aliases: [about,ifo,inform,news]
  invsee:
    description: See the inventory of other players.
    usage: /<command> <player>
    aliases: []
  item:
    description: Spawn an item.
    usage: /<command> <item|numeric> [amount [itemmeta...]]
    aliases: [i]
  itemdb:
    description: Searches for an item.
    usage: /<command> <item>
    aliases: [dura,durability,itemno]
  jails:
    description: List all jails.
    usage: /<command>
    aliases: []
  jump:
    description: Jumps to the nearest block in the line of sight.
    usage: /<command>
    aliases: [j,jumpto]
  kick:
    description: Kicks a specified player with a reason.
    usage: /<command> <player> [reason]
    aliases: []
  kickall:
    description: Kicks all players off the server except the issuer.
    usage: /<command> [reason]
    aliases: []
  kill:
    description: Kills specified player.
    usage: /<command> <player>
    aliases: []
  kit:
    description: Obtains the specified kit or views all available kits.
    usage: /<command> [kit] [player]
    aliases: [kits]
  kittycannon:
    description: Throw an exploding kitten at your opponent.
    usage: /<command>
    aliases: []
  lightning:
    description: The power of Thor. Strike at cursor or player.
    usage: /<command> [player] [power]
    aliases: [shock,smite,strike,thor]
  list:
    description: List all online players.
    usage: /<command> [group]
    aliases: [online,playerlist,plist,who]
  mail:
    description: Manages inter-player, intra-server mail.
    usage: /<command> [read|clear|send [to] [message]|sendall [message]]
    aliases: [email,memo]
  me:
    description: Describes an action in the context of the player.
    usage: /<command> <description>
    aliases: [action,describe]
  more:
    description: Fills the item stack in hand to maximum size.
    usage: /<command>
    aliases: []
  motd:
    description: Views the Message Of The Day.
    usage: /<command> [chapter] [page]
    aliases: []
  msg:
    description: Sends a private message to the specified player.
    usage: /<command> <to> <message>
    aliases: [w,m,t,pm,tellwhisper]
  msgtoggle:
    description: Blocks receiving all private messages.
    usage: /<command> [player] [on|off]
    aliases: []
  mute:
    description: Mutes or unmutes a player.
    usage: /<command> <player> [datediff]
    aliases: [silence]
  near:
    description: Lists the players near by or around a player.
    usage: /<command> [playername] [radius]
    aliases: [nearby]
  nick:
    description: Change your nickname or that of another player.
    usage: /<command> [player] <nickname|off>
    aliases: [nickname]
  nuke:
    description: May death rain upon them.
    usage: /<command> [player]
    aliases: []
  pay:
    description: Pays another player from your balance.
    usage: /<command> <player> <amount>
    aliases: []
  ping:
    description: Pong!
    usage: /<command>
    aliases: [echo,pong]
  potion:
    description: Adds custom potion effects to a potion.
    usage: /<command> <clear|apply|effect:<effect> power:<power> duration:<duration>>
    aliases: [elixer]
  powertool:
    description: Assigns a command to the item in hand.
    usage: /<command> [l:|a:|r:|c:|d:][command] [arguments] - {player} can be replaced by name of a clicked player.
    aliases: [pt]
  powertooltoggle:
    description: Enables or disables all current powertools.
    usage: /<command>
    aliases: [ptt,pttoggle]
  ptime:
    description: Adjust player's client time. Add @ prefix to fix.
    usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*]
    aliases: [playertime]
  pweather:
    description: Adjust a player's weather
    usage: /<command> [list|reset|storm|sun|clear] [player|*]
    aliases: [playerweather]
  r:
    description: Quickly reply to the last player to message you.
    usage: /<command> <message>
    aliases: [reply]
  realname:
    description: Displays the username of a user based on nick.
    usage: /<command> <nickname>
    aliases: []
  recipe:
    description: Displays how to craft items.
    usage: /<command> <item> [number]
    aliases: [formula,method,recipes]
  remove:
    description: Removes entities in your world.
    usage: /<command> <all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]> [radius|world]
    aliases: [butcher,killall,mobkill]
  repair:
    description: Repairs the durability of one or all items.
    usage: /<command> [hand|all]
    aliases: [fix]
  rules:
    description: Views the server rules.
    usage: /<command> [chapter] [page]
    aliases: []
  seen:
    description: Shows the last logout time of a player.
    usage: /<command> <playername>
    aliases: []
  sell:
    description: Sells the item currently in your hand.
    usage: /<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
    aliases: []
  sethome:
    description: Set your home to your current location.
    usage: /<command> [[player:]name]
    aliases: [createhome]
  setjail:
    description: Creates a jail where you specified named [jailname].
    usage: /<command> <jailname>
    aliases: [createjail]
  setwarp:
    description: Creates a new warp.
    usage: /<command> <warp>
    aliases: [createwarp]
  setworth:
    description: Set the sell value of an item.
    usage: /<command> [itemname|id] <price>
    aliases: []
  showkit:
    description: Show contents of a kit.
    usage: /<command> <kitname>
    aliases: [kitpreview,preview,kitshow]
  skull:
    description: Set the owner of a player skull
    usage: /<command> [owner]
    aliases: [playerskull, head, ehead]
  socialspy:
    description: Toggles if you can see msg/mail commands in chat.
    usage: /<command> [player] [on|off]
    aliases: []
  spawner:
    description: Change the mob type of a spawner.
    usage: /<command> <mob> [delay]
    aliases: [changems,mobspawner]
  spawnmob:
    description: Spawns a mob.
    usage: /<command> <mob>[:data][,<mount>[:data]] [amount] [player]
    aliases: [mob,spawnentity]
  speed:
    description: Change your speed limits.
    usage: /<command> [type] <speed> [player]
    aliases: [flyspeed,fspeed,walkspeed,wspeed]
  sudo:
    description: Make another user perform a command.
    usage: /<command> <player> <command [args]>
    aliases: []
  suicide:
    description: Causes you to perish.
    usage: /<command>
    aliases: []
  tempban:
    description: Temporary ban a user.
    usage: /<command> <playername> <datediff> <reason>
    aliases: []
  thunder:
    description: Enable/disable thunder.
    usage: /<command> <true/false> [duration]
    aliases: []
  time:
    description: Display/Change the world time. Defaults to current world.
    usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
    aliases: [day,night]
  togglejail:
    description: Jails/Unjails a player, TPs them to the jail specified.
    usage: /<command> <player> <jailname> [datediff]
    aliases: [jail,tjail,unjail]
  top:
    description: Teleport to the highest block at your current position.
    usage: /<command>
    aliases: []
  tp:
    description: Teleport to a player.
    usage: /<command> <player> [otherplayer]
    aliases: [tele,teleport,tp2p]
  tpa:
    description: Request to teleport to the specified player.
    usage: /<command> <player>
    aliases: [call,tpask]
  tpaall:
    description: Requests all players online to teleport to you.
    usage: /<command> <player>
    aliases: []
  tpaccept:
    description: Accepts a teleport request.
    usage: /<command> [otherplayer]
    aliases: [tpyes]
  tpahere:
    description: Request that the specified player teleport to you.
    usage: /<command> <player>
    aliases: []
  tpall:
    description: Teleport all online players to another player.
    usage: /<command> <player>
    aliases: []
  tpdeny:
    description: Reject a teleport request.
    usage: /<command>
    aliases: [tpno]
  tphere:
    description: Teleport a player to you.
    usage: /<command> <player>
    aliases: []
  tpo:
    description: Teleport override for tptoggle.
    usage: /<command> <player> [otherplayer]
    aliases: []
  tpohere:
    description: Teleport here override for tptoggle.
    usage: /<command> <player>
    aliases: []
  tppos:
    description: Teleport to coordinates.
    usage: /<command> <x> <y> <z> [yaw] [pitch]
    aliases: []
  tptoggle:
    description: Blocks all forms of teleportation.
    usage: /<command> [player] [on|off]
    aliases: []
  tree:
    description: Spawn a tree where you are looking.
    usage: /<command> <tree|birch|redwood|redmushroom|brownmushroom|jungle|junglebush|swamp>
    aliases: [etree]
  unban:
    description: Unbans the specified player.
    usage: /<command> <player>
    aliases: [pardon]
  unbanip:
    description: Unbans the specified IP address.
    usage: /<command> <address>
    aliases: [pardonip]
  unlimited:
    description: Allows the unlimited placing of items.
    usage: /<command> <list|item|clear> [player]
    aliases: [ul,unl,eul]
  vanish:
    description: Hide yourself from other players.
    usage: /<command> [player] [on|off]
    aliases: [v]
  warp:
    description: List all warps or warp to the specified location.
    usage: /<command> <pagenumber|warp> [player]
    aliases: [warps]
  weather:
    description: Sets the weather.
    usage: /<command> <storm/sun> [duration]
    aliases: [rain,sky,storm,sun,]
  whois:
    description: Determine the username behind a nickname.
    usage: /<command> <nickname>
    aliases: [ewhois]
  workbench:
    description: Opens up a workbench.
    usage: /<command>
    aliases: [craft,wb,wbench]
  world:
    description: Switch between worlds.
    usage: /<command> [world]
    aliases: [eworld]
  worth:
    description: Calculates the worth of items in hand or as specified.
    usage: /<command> <<itemname>|<id>|hand|inventory|blocks> [-][amount]
    aliases: [price]
Teşekkür ederim.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst