GiveMeOp
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.
Features:
- Fake giving players Op.
- Spawn mobs next to the player you fake giving op to. (Configurable)
Setting Up The Plugin:
- Copy GiveMeOp.jar into your server's plugin directory.
- Reload/Restart your server to load the plugin for the first time.
- Navigate to "plugins/GiveMeOp/config.yml" and configure it to your desire.
- Add necessary permissions to your permissions file (If applicable).
- Reload/Restart your server to load the plugin with your new config.
Commands:
| Command | Usage | Aliases |
|---|---|---|
| /GiveOp [Player] | Fakes giving op to specified player. | /gop, /go |
| /GiveOp help | Shows help message. | /gop, /go |
Permissions:
| Permission | Command |
|---|---|
| GiveMeOp.* | All commands and sub-commands. |
| GiveMeOp.giveop | /GiveOp [Sub-Command/Player] |
Supported Mob Types
| creeper | skeleton | spider |
| cave_spider | silverfish | blaze |
| witch | zombie | enderman |
| magma_cube | ghast | pig_zombie |
| giant | slime |
Default Config:
# 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
Setting Up The Config:
- Set SpawnMobByPlayer to either true or false. Setting this to true will make mobs spawn at the players location.
- Set the MobType to one of the Supported Mob Types. (Make sure to keep it exact spelling, and lowercase!)
- Set MobAmount to how many mobs you would like to spawn next to the player.
- Save the config.yml, and reload.

