Jump to content

  • Curse Sites
Become a Premium Member! Help
Latest News Article

How to remove command /plugin !

help

  • Please log in to reply
6 replies to this topic

#1

KechupsLv

Posted 29 November 2012 - 01:52 PM

Can someone help me to command /plugin! I cant find were to disable IT.

Register or log in to remove.

#2

pr3detor2

Posted 29 November 2012 - 05:21 PM

What would you like to disable? If a plugin(mod) go to your server file, Go to plugins and delete what ever file you need. Make sure to delete the .jar file. IF you just want to disable a plugin, Move the .jar into another directory. Make a new folder, Place both your server and a new folder with the name mods. Place the unused mods into that folder so that you may keep them for future reference.

#3

KechupsLv

Posted 29 November 2012 - 05:46 PM

View Postpr3detor2, on 29 November 2012 - 05:21 PM, said:

What would you like to disable? If a plugin(mod) go to your server file, Go to plugins and delete what ever file you need. Make sure to delete the .jar file. IF you just want to disable a plugin, Move the .jar into another directory. Make a new folder, Place both your server and a new folder with the name mods. Place the unused mods into that folder so that you may keep them for future reference.

No i need remone CROMMAND /plugin i cant find in esentialss were i can disable it.

#4

zerg960
    zerg960

    Gold Miner

  • Members
  • 489 posts

Posted 29 November 2012 - 05:58 PM

Why even disable it? Are there plugins on your server that you're trying to hide from players?

They can just run through a list of commands  themselves and find out what you have. "/we" "No permission for command,.." Oh, you guys have WorldEdit!    "/md" You have mob disguise!
Owner of non-pvp server survival.kreatious.net - No disabled mechanics, just simply Minecraft.
Posted Image

#5

KechupsLv

Posted 29 November 2012 - 06:12 PM

View Postzerg960, on 29 November 2012 - 05:58 PM, said:

Why even disable it? Are there plugins on your server that you're trying to hide from players?

They can just run through a list of commands  themselves and find out what you have. "/we" "No permission for command,.." Oh, you guys have WorldEdit! "/md" You have mob disguise!

Yes i wanna hide command /plugins from players.

#6

Rmarmorstein
  • Location: New Hampshire
  • Minecraft: rmarmorstein
  • Xbox:eliterivman2

Posted 29 November 2012 - 08:19 PM

Just take away the permission node

bukkit.command.plugins

Use the Negating format for whatever permissions plugin you use.

An example of what it would look like in PermissionsEx is:
- - bukkit.command.plugins

Please Quote me If you are Expecting a Reply!

Rmarmorstein | Retired Staff  | @Rmarmorstein


#7

DeanUK
    DeanUK

    Prof. Moderator

  • Sectional Moderator
  • 806 posts
  • Location: Northern Ireland
  • Minecraft: DeanUK

Posted 29 November 2012 - 08:27 PM

View Postzerg960, on 29 November 2012 - 05:58 PM, said:

Why even disable it? Are there plugins on your server that you're trying to hide from players?

They can just run through a list of commands  themselves and find out what you have. "/we" "No permission for command,.." Oh, you guys have WorldEdit! "/md" You have mob disguise!

Some server owners do not want players to know which plugins they are using, as new people will join and do /pl to find the plugins, leave the game and use it for themselves. I highly suggest removing /pl from the normal players permissions.

View PostRmarmorstein, on 29 November 2012 - 08:19 PM, said:

Just take away the permission node

bukkit.command.plugins

Use the Negating format for whatever permissions plugin you use.

An example of what it would look like in PermissionsEx is:
- - bukkit.command.plugins

^^
This is correct.