This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paweł Fortuna edited this page Aug 5, 2019
·
3 revisions
CloudCore is a plugin for the popular multiplayer engine: spigot for minecraft. Introduces to the server basic tools to manage chat, player and of course gameplay. Do not let basic things cloudCore introduces advanced modules such as antilogout stone generators and many more! Please note that the plugin is still in test versions and it is not recommended to use it with larger amounts of players than 50. The basic functions of the plugin are:
- Game mode manipulation -
/gm
,/gamemode
- Teleportation to any location -
/tp
,/tphere
,/tpall
,/tpa
,tpahere
,/tppos
- Homes and warps -
/home
,/warp
- Private messaging -
/msg
,/r
The plugin also has an easy-to-use configuration, a fragment of it can be found below:
# ###########################################################
# §~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~§ #
# | Skins | #
# §~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~§ #
# ###########################################################
# Czy modul skinow ma zostac wlaczony
skins-enabled: true
# Czy zezwolic na samodzielna zmiane skinow /skin
skins-command: true
# Po jakim czasie skin gracza ma zostac odswierzony na nowy (podana w sekundach)
skins-refreshment: 1296000
# Czy gracze non-premium maja dostac losowego skina zawartego z listy
skins-non-premium: true
# Lista nickow premium ktore beda wykorzystywane do przydzielania graczom non-premium
skins-list:
- 'skkf'
- 'viv0'
- 'set'
- 'paulekofficial'
- 'dbanaszewski'
# Czy po zebraniu x skinow premium do bazy danych losowac skina z bazy - lista skins-list nie bedzie wtedy obowiazywala
skins-override: true
# Po jakiej ilosci zebranych skinow w bazie danych, losowac skiny z bazy, dziala jezeli wylaczyles/as opcje skins-override
skins-override-value: 60
Commands list: work in progress.. Permissions list: work in progress..