forked from Upstream/mmocore
More understandable party-plugin
Added instructions on what party plugin to use in the config.yml
This commit is contained in:
parent
357d41b617
commit
c112e921fe
@ -13,7 +13,7 @@ public enum PartyModuleType {
|
||||
MMOCORE("MMOCore", MMOCorePartyModule::new),
|
||||
PARTIES("Parties", PartiesPartyModule::new),
|
||||
PARTY_AND_FRIENDS("PartyAndFriends", PAFPartyModule::new),
|
||||
PARTY_AND_FRIENDS_EXTENDED_BUNGEECORD_VELOCITY("Spigot-Party-API-PAF", PAFProxyExtendedPartyModule::new),
|
||||
PARTY_AND_FRIENDS_BUNGEECORD_VELOCITY("Spigot-Party-API-PAF", PAFProxyExtendedPartyModule::new),
|
||||
;
|
||||
|
||||
private final String pluginName;
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
# DO NOT TOUCH
|
||||
config-version: 9
|
||||
|
||||
@ -57,8 +56,8 @@ protect-custom-mine: false
|
||||
# - mmocore
|
||||
# - dungeonsxl
|
||||
# - parties
|
||||
# - party_and_friends
|
||||
# - party_and_friends_extended_bungeecord_velocity
|
||||
# - party_and_friends (Use this one if you are using Party and Friends Extended for Spigot)
|
||||
# - party_and_friends_bungeecord_velocity (Use this one if you are using Party and Friends For Bungeecord, Party and Friends For Velocity or Party and Friends Extended Edition for Bungeecord/Velocity. This one requires https://www.spigotmc.org/resources/spigot-party-api-for-party-and-friends.39751/ to be installed)
|
||||
# - mcmmo
|
||||
party-plugin: mmocore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user