Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
/ SlotsPlus Public archive

A pocketmine plugin which allows you to fake player slots or get unlimited player slots.

License

Notifications You must be signed in to change notification settings

AreroLR/SlotsPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

SlotsPlus

A pocketmine plugin which allows you to fake player slots or get unlimited player slots.

Notes

  • The plugin will NOT work if you enable both unlimitedSlots and fakePlayers. Only enable one at a time.
  • This plugin will NOT add fake players to your server. It'll only add fake filled up slots.

How do I use it?

Once you've downloaded the plugin, Put the plugin in your server's plugin folder. After that, Edit the config.yml file (Found at resources\config.yml) to satisfy your needs. If you want unlimited player slots, Set the "unlimitedSlots" value to true. If you don't, Set it to false. If you want to fake your player slots, Set the "fakeSlots" value to the amount of fake slots you want. If you don't want to fake your slots, Set it to false.

Commands & Permissions

FakePlayers Command SlotsPlus.command.fakeplayers
UnlimitedSlots SlotsPlus.command.unlimitedslots
FakePlayers /unlimitedslots
UnlimitedSlots /fakeplayers <number>

Configuration (config.yml)

---
# Allows you to have unlimited player slots on your server. Setting this to true will scale player slots when a player joins. 
# (Eg. When 1 player joins, Minecraft will display it as 1/2 players. When another player joins, It will display it as 2/3 and so and so on.)
unlimitedSlots: true

# Amount of fake slots.
fakeSlots: 10
...

About

A pocketmine plugin which allows you to fake player slots or get unlimited player slots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages