This plugin was made to be able to fool other players into thinking that they have Op. This is more of a for-fun plugin, but was created specifically for those players who come on your server and ask for Op as soon as they join. Since just sending them a simple message telling them that they were Op didn't seem fun enough, this plugin comes with the ability to spawn mobs next to the player. Included with the plugin is a config file allowing changes to whether mobs should spawn, the type of mob, and the amount.
| Command | Usage | Aliases |
|---|---|---|
| /GiveOp [Player] | Fakes giving op to specified player. | /gop, /go |
| /GiveOp help | Shows help message. | /gop, /go |
| Permission | Command |
|---|---|
| GiveMeOp.* | All commands and sub-commands. |
| GiveMeOp.giveop | /GiveOp [Sub-Command/Player] |
| creeper | skeleton | spider |
| cave_spider | silverfish | blaze |
| witch | zombie | enderman |
| magma_cube | ghast | pig_zombie |
| giant | slime |
# GiveMeOp Configuration File MobSettings: # Should mobs be spawned by the player? Defaults to true. SpawnMobByPlayer: true # What type of mob should be spawned? Defaults to zombie. Zombie is used if MobType is invalid. # Only applicable if SpawnMobByPlayer is true. # Valid creatures: creeper, skeleton, spider, giant, slime, ghast, pig_zombie, enderman # Valid creatures: cave_spider, silverfish, blaze, magma_cube, witch, zombie MobType: zombie # How many mobs should be spawned by player? Defaults to 5. # Only applicable if SpawnMobByPlayer is true. MobAmount: 5 # Do not mess with config version. Config: Version: 1.0