Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
31
servers/creative/plugins/AdvancedPortals/config.yml
Normal file
31
servers/creative/plugins/AdvancedPortals/config.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Advanced Portals Config
|
||||
#
|
||||
# To set this file back to its default state just delete it and reload the server or restart it!
|
||||
#
|
||||
# Will update whenever there is a config update from an older version so may not be the latest plugin version
|
||||
ConfigVersion: 0.5.13
|
||||
UseOnlyServerMadeAxe: false
|
||||
AxeItemId: IRON_AXE
|
||||
CanBuildPortalBlock: true
|
||||
PortalProtection: true
|
||||
PortalProtectionArea: 5
|
||||
DefaultPortalTriggerBlock: PORTAL
|
||||
StopWaterFlow: true
|
||||
ShowSelectionBlockID: RED_STAINED_GLASS
|
||||
WarpParticles: 1
|
||||
WarpSound: 1
|
||||
ShowBungeeWarpMessage: false
|
||||
ShowSelectionShowDuration: 10
|
||||
WarpMessageDisplay: 2
|
||||
UseWarpPrefix: true
|
||||
UseCustomPrefix: false
|
||||
CustomPrefix: '&a[&eAdvancedPortals&a]'
|
||||
CustomPrefixFail: '&c[&7AdvancedPortals&c]'
|
||||
BlockSpectatorMode: false
|
||||
PortalCooldown: 5
|
||||
ThrowbackAmount: 0.7
|
||||
DisableGatewayBeam: true
|
||||
CommandLevels: opcb
|
||||
CommandLogs: true
|
||||
ForceEnableProxySupport: false
|
||||
ProxyTeleportDelay: 0
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
# ExampleDestination:
|
||||
# world: it will be the world name
|
||||
# pos:
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
19
servers/creative/plugins/AdvancedPortals/portals.yml
Normal file
19
servers/creative/plugins/AdvancedPortals/portals.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# ExamplePortal:
|
||||
# world: it will be the world name
|
||||
# triggerblock: LAVA # will only be used if the hastriggerblock is true and can be id or text
|
||||
# pos1: # dont mess with the data here, if you do it may stop the portal from working.
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
# pos2:
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
# destination:
|
||||
# issetpoint: true # if this was false point name would not be used and the coordinates would be saved here, it just adds more customisation.
|
||||
# pointname: examplepoint # if issetpoint is false this wont be here and tppos will be.
|
||||
# tppos:
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
Reference in a new issue