Inspired by Tubbo and the Origins SMP. This plugin gives you Bee like ability's. Like all of my plugins this was a request by a viewer of my YouTube Channel.
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.16
A very basic plugin. it gives you the ability to fly but very slowly, No fall damage and you can sting other players/mobs. Instantly kills them. But also kills you.
Setup is simple. either use a permissions plugin like LuckPerms with the permission beeplayers.use
Or you can manually add players UUID's to the config file for an easy setup on roleplay servers. Reload the config file with /beeplayers
Config File
DemoCode (YAML):# BeePlayer
# BeePlayer
# Coded by VisualCody
# Youtube https://www.youtube.com/c/VisualCody
# Twitter https://twitter.com/visual_cody
# Twitch https://twitch.tv/visualcody
# GitHub https://github.com/visual-cody
# SpigotMC https://www.spigotmc.org/members/visualcody.1184917/
## Use Permissions plugin
## Setting this to true will ignore the playermode and players UUID section below
## Instead it will allow players with the permission "beeplayers.use" or OP's
## This will make this plugin act like my older Enderman plugins in terms of setup
## You should use a permissions plugin ideally with this
## Default false
use_permissions: false
## Blacklist/Whitelist mode
## If set to "whitelist" the list of players will be players who can use the plugin everyone else will not be able to
## If set to "blacklist" the list of players will be players who cant use the plugin. everyone else can use it
## This is useful if you want to use the plugin for a super hardcore mode and want every player to have access but deny admins
##
## Default "whitelist"
playermode: "whitelist"
## Players list
## Simply put the UUID of every player that should allowed/disallowed to breathe under water
## You can find your UUID on namemc.com
## Using a UUID ensures the effect remains even if a user changes their username
players:
- "df46122f-edc6-40aa-a666-f5859cd5185d"
## How many hearts
## This is a value between 1-20 for how much health a player has. each heart is 2. So a value of 6 gives 3 full hearts
## Default 6
hearts: 6
## Poison instead of Instant Death
## Setting this to true will only give other player Poison effects instead of instantly killing them
## The bee player will always be instantly killed. Just like a real bee
## Default false
poison: false
## Poison level
## How strong is the effect. 0 being just regular poison
## Default 1
poisonlevel: 1

BeePlayers 1.0.2
Become Da Bee