I need a plugin to reserve and kick players to make room for VIPs or donors. I found this one but not sure if it's updated:
http://dev.bukkit.org/server-mods/simplereserve/
And for commands for my donors the - essentials.sethome.multiple doesn't seem to be working properly...
First when any players do /home after not setting any homes in the first place it takes em to spawn, that may be normal but just wondering if thats abnormal...
Secondly the donors amount of homes they can set are only 3
Here is my essentialshome in the essentials config.yml
I gave each rank in groupmanager their own
This is what I have as an example for what I put in group manager's group.yml
And all the other essential perms like iron kit and normal perms work...
http://dev.bukkit.org/server-mods/simplereserve/
And for commands for my donors the - essentials.sethome.multiple doesn't seem to be working properly...
First when any players do /home after not setting any homes in the first place it takes em to spawn, that may be normal but just wondering if thats abnormal...
Secondly the donors amount of homes they can set are only 3
Here is my essentialshome in the essentials config.yml
I gave each rank in groupmanager their own
Click to reveal
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
# +------------------------------------------------------+ #
############################################################
# Allows people to set their bed at daytime
update-bed-at-daytime: true
# Set to true to enable per-world permissions for using homes to teleport between worlds
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
world-home-permissions: false
# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple:
default: 1
essentials.sethome.multiple.iron
iron: 2
essentials.sethome.multiple.gold
gold: 3
essentials.sethome.multiple.diamond
diamond: 4
essentials.sethome.multiple.emerald
emerald: 5
essentials.sethome.multiple.obsidian
obsidian: 6
essentials.sethome.multiple.bedrock
bedrock: 7
essentials.sethome.multiple.staff
staff: 10
# +------------------------------------------------------+ #
# | EssentialsHome | #
# +------------------------------------------------------+ #
############################################################
# Allows people to set their bed at daytime
update-bed-at-daytime: true
# Set to true to enable per-world permissions for using homes to teleport between worlds
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
world-home-permissions: false
# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple:
default: 1
essentials.sethome.multiple.iron
iron: 2
essentials.sethome.multiple.gold
gold: 3
essentials.sethome.multiple.diamond
diamond: 4
essentials.sethome.multiple.emerald
emerald: 5
essentials.sethome.multiple.obsidian
obsidian: 6
essentials.sethome.multiple.bedrock
bedrock: 7
essentials.sethome.multiple.staff
staff: 10
This is what I have as an example for what I put in group manager's group.yml
And all the other essential perms like iron kit and normal perms work...
Click to reveal
Iron:
default: false
permissions:
- essentials.sethome.multiple.iron
default: false
permissions:
- essentials.sethome.multiple.iron
