diff --git a/paper.yml b/paper.yml index fd98e77..1f37f30 100644 --- a/paper.yml +++ b/paper.yml @@ -14,21 +14,21 @@ config-version: 13 settings: load-permissions-yml-before-plugins: true bungee-online-mode: true + suggest-player-names-when-null-tab-completions: true sleep-between-chunk-saves: false region-file-cache-size: 256 save-empty-scoreboard-teams: false incoming-packet-spam-threshold: 300 remove-invalid-statistics: false min-chunk-load-threads: 2 - suggest-player-names-when-null-tab-completions: true enable-player-collisions: false player-auto-save-rate: -1 set-health-before-death-event: false messages: kick: - authentication-servers-down: '' flying-player: Flying is not enabled on this server flying-vehicle: Flying is not enabled on this server + authentication-servers-down: '' timings: enabled: true verbose: true diff --git a/plugins/Advanced-Portals.jar b/plugins/Advanced-Portals.jar new file mode 100644 index 0000000..d019d9a Binary files /dev/null and b/plugins/Advanced-Portals.jar differ diff --git a/plugins/AdvancedPortals/config.yml b/plugins/AdvancedPortals/config.yml new file mode 100644 index 0000000..cc61f06 --- /dev/null +++ b/plugins/AdvancedPortals/config.yml @@ -0,0 +1,92 @@ +# Advanced Portals Config + +# To set this file back to its default state just delete it and reload the server or restart it! + + + +# Set to true if you want the normal axes to work normally but the ones gived with /portals selector or wand will still work though +# It can be usefull if people with permission want to use an iron axe on a survival server +UseOnlyServerMadeAxe: false + +# Preferably an item and not a block but it shouldnt matter +AxeItemId: IRON_AXE + +# Will be implemented so you can give yourself the portal block and build manually with it so its easier to make portals with the portal block. +CanBuildPortalBlock: true + +# Defines if portals protect themselves +PortalProtection: true + +# How many blocks around the portals will be protected from griefing or destruction +PortalProtectionRadius: 5 + +# What the default trigger block is for portals if nothing is defined. +DefaultPortalTriggerBlock: PORTAL + +# This stops all water flowing inside a portal area(can be disabled if something like world edit is handelling the water flow or you dont want it active) +# you want to +StopWaterFlow: true + +# This must be a placeable block or it will not work and may even crash +ShowSelectionBlockID: STAINED_GLASS +ShowSelectionBlockData: 14 + +# WarpEffect +# 0 = disabled(no particles) +# 1 = Eye of ender explode effect(loads of portal particles) +# adding more soon and may create some custom ones +WarpParticles: 1 + +# WarpSound generally suggested to keep the same as warpeffect but can usually be used for just the sound and no particle effects +# 0 = disabled(no sound) +# 1 = Enderman Warp Sound +# adding more soon +WarpSound: 1 + +# In case you want to show the bungee attempting warp message +ShowBungeeWarpMessage: false + +# This changes how long the show seletion lasts in seconds + +ShowSelectionShowDuration: 10 + +# If a player is riding a entity, warp the entity too?(unless its a bungee portal or any non teleporting portal) +WarpRiddenEntity: true + + + +# Where to display the message 0 = disabled(replaces PortalWarpMessages), 1 = in chat and 2 = action bar(1.8 and above only, anything lower will print the message that would +# generally on the action bar in the chat without a prefix or extra chat formatting) +WarpMessageDisplay: 2 + +# Use plugin name in the warp messages +UseWarpPrefix: true + +# If this is true a custom prefix can be used, (not fully coded yet!!) + +UseCustomPrefix: false + +CustomPrefix: '&a[&eAdvancedPortals&a]' + +CustomPrefixFail: '&c[&7AdvancedPortals&c]' + +BlockSpectatorMode: false + +PortalCooldown: 0 # How long after trying to enter a portal until the player can try to enter another. 0 or lower to deactivate. +ThrowbackAmount: 0.7 # How fast to throw them back, 0 or lower to disable throwback + +# Letters are flags. Include them to activate. n always disables everything, remove if you want it to work. +# Lettering may not make too much sense but meh its useful. Examples are "ocpk" or "cop" (doesnt matter order) +# +# Remember enabling this means potentially admins could leave a portal lying around which could let them reop themselves. +# If you think this may be an issue use a permission plugin and specifically give the users you trust permissions. +# +# n Disabled none, best just put this to really make sure the fact none are here is specified. It disables any others too +# o Admin Heighten Enabled Permission advancedportals.createportal.commandlevel.op +# p Perm Heighten Enabled Permission advancedportals.createportal.commandlevel.perms +# c Console Heighten Enabled Permission advancedportals.createportal.commandlevel.console +# h Ops can create admin commands without special perms +# e Ops can create all perm commands without special perms +# k Ops can create console commands without special perms +# +CommandLevels: opchek diff --git a/plugins/AdvancedPortals/destinations.yml b/plugins/AdvancedPortals/destinations.yml new file mode 100644 index 0000000..a5bee0f --- /dev/null +++ b/plugins/AdvancedPortals/destinations.yml @@ -0,0 +1,7 @@ + +# ExampleDestination: +# world: it will be the world name +# pos: +# X: +# Y: +# Z: diff --git a/plugins/AdvancedPortals/portals.yml b/plugins/AdvancedPortals/portals.yml new file mode 100644 index 0000000..9d6cd54 --- /dev/null +++ b/plugins/AdvancedPortals/portals.yml @@ -0,0 +1,94 @@ +# +# 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: + +Factions: + world: EstiNet + triggerblock: STATIONARY_WATER + bungee: factions + pos1: + X: -89 + Y: 109 + Z: 487 + pos2: + X: -89 + Y: 105 + Z: 483 +Survival: + world: EstiNet + triggerblock: STATIONARY_WATER + pos1: + X: -159 + Y: 109 + Z: 487 + pos2: + X: -159 + Y: 105 + Z: 483 + portalArgs: + command: + '1': survival +Skyblock: + world: EstiNet + triggerblock: STATIONARY_WATER + bungee: skyblock + pos1: + X: -149 + Y: 104 + Z: 460 + pos2: + X: -152 + Y: 100 + Z: 457 +MinigameHub: + world: EstiNet + triggerblock: STATIONARY_WATER + bungee: minigamehub + pos1: + X: -122 + Y: 109 + Z: 450 + pos2: + X: -126 + Y: 105 + Z: 450 +Creative: + world: EstiNet + triggerblock: STATIONARY_WATER + bungee: creative + pos1: + X: -122 + Y: 109 + Z: 520 + pos2: + X: -126 + Y: 105 + Z: 520 +gWars: + world: EstiNet + triggerblock: STATIONARY_WATER + bungee: gwars + pos1: + X: -149 + Y: 104 + Z: 513 + pos2: + X: -152 + Y: 100 + Z: 510 diff --git a/plugins/BungeePortals.jar b/plugins/BungeePortals.jar deleted file mode 100644 index d6490ad..0000000 Binary files a/plugins/BungeePortals.jar and /dev/null differ diff --git a/plugins/BungeePortals/config.yml b/plugins/BungeePortals/config.yml deleted file mode 100644 index 7fa3021..0000000 --- a/plugins/BungeePortals/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -# BungeePortals configuration file, visit www.spigotmc.org/resources/bungeeportals.19 for help. -SaveTask: - Enabled: false - Interval: 600 -NoPortalPermissionMessage: '&cYou do not have permission to go to the server {destination}.' \ No newline at end of file diff --git a/plugins/BungeePortals/portals.yml b/plugins/BungeePortals/portals.yml deleted file mode 100644 index ff66b5d..0000000 --- a/plugins/BungeePortals/portals.yml +++ /dev/null @@ -1,82 +0,0 @@ -# BungeePortals data file, touch at your own risk! - -EstiNet#-123#105#520: Creative -EstiNet#-124#109#520: Creative -EstiNet#-151#103#512: gWars -EstiNet#-151#103#511: gWars -EstiNet#-125#107#450: MinigameHub -EstiNet#-150#103#458: Skyblock -EstiNet#-123#106#450: MinigameHub -EstiNet#-123#108#450: MinigameHub -EstiNet#-125#105#520: Creative -EstiNet#-150#100#512: gWars -EstiNet#-124#108#520: Creative -EstiNet#-125#106#450: MinigameHub -EstiNet#-123#107#450: MinigameHub -EstiNet#-150#101#512: gWars -EstiNet#-124#109#450: MinigameHub -EstiNet#-151#101#459: Skyblock -EstiNet#-123#107#520: Creative -EstiNet#-123#108#520: Creative -EstiNet#-125#107#520: Creative -EstiNet#-151#100#459: Skyblock -EstiNet#-123#106#520: Creative -EstiNet#-125#105#450: MinigameHub -EstiNet#-124#108#450: MinigameHub -EstiNet#-151#102#459: Skyblock -EstiNet#-150#102#512: gWars -EstiNet#-159#109#486: Survival -EstiNet#-159#109#485: Survival -EstiNet#-159#109#484: Survival -EstiNet#-123#105#450: MinigameHub -EstiNet#-125#106#520: Creative -EstiNet#-159#108#485: Survival -EstiNet#-159#108#484: Survival -EstiNet#-125#109#520: Creative -EstiNet#-159#108#486: Survival -EstiNet#-124#107#450: MinigameHub -EstiNet#-89#108#486: Factions -EstiNet#-151#103#459: Skyblock -EstiNet#-89#108#484: Factions -EstiNet#-89#107#484: Factions -EstiNet#-89#108#485: Factions -EstiNet#-89#107#485: Factions -EstiNet#-124#106#450: MinigameHub -EstiNet#-89#107#486: Factions -EstiNet#-124#105#520: Creative -EstiNet#-150#103#512: gWars -EstiNet#-125#108#520: Creative -EstiNet#-159#107#486: Survival -EstiNet#-159#107#485: Survival -EstiNet#-159#107#484: Survival -EstiNet#-89#109#484: Factions -EstiNet#-89#109#485: Factions -EstiNet#-150#100#458: Skyblock -EstiNet#-89#109#486: Factions -EstiNet#-123#109#520: Creative -EstiNet#-124#107#520: Creative -EstiNet#-89#105#484: Factions -EstiNet#-150#101#458: Skyblock -EstiNet#-89#105#485: Factions -EstiNet#-89#105#486: Factions -EstiNet#-151#101#512: gWars -EstiNet#-151#101#511: gWars -EstiNet#-125#109#450: MinigameHub -EstiNet#-151#100#511: gWars -EstiNet#-159#106#485: Survival -EstiNet#-159#106#484: Survival -EstiNet#-151#100#512: gWars -EstiNet#-159#106#486: Survival -EstiNet#-151#102#512: gWars -EstiNet#-89#106#484: Factions -EstiNet#-150#102#458: Skyblock -EstiNet#-125#108#450: MinigameHub -EstiNet#-89#106#485: Factions -EstiNet#-124#106#520: Creative -EstiNet#-124#105#450: MinigameHub -EstiNet#-151#102#511: gWars -EstiNet#-159#105#486: Survival -EstiNet#-159#105#485: Survival -EstiNet#-89#106#486: Factions -EstiNet#-159#105#484: Survival -EstiNet#-123#109#450: MinigameHub diff --git a/plugins/HolographicDisplays/database.yml b/plugins/HolographicDisplays/database.yml index 851523e..7891108 100644 --- a/plugins/HolographicDisplays/database.yml +++ b/plugins/HolographicDisplays/database.yml @@ -44,7 +44,7 @@ skyblock: lines: - '&e&lSkyblock' gwars: - location: EstiNet, -13.702, 208.000, -18.327 + location: EstiNet, -144.540, 101.006, 506.615 lines: - '&6&lgWars' factions: diff --git a/plugins/gFeatures/Config.yml b/plugins/gFeatures/Config.yml index eb7acc1..b5e2208 100644 --- a/plugins/gFeatures/Config.yml +++ b/plugins/gFeatures/Config.yml @@ -21,6 +21,7 @@ Config: FusionPlay: 'false' SurvivalTwo: 'false' EstiCoins: 'true' + EstiTicket: 'false' Extensions: Utility: gBroadcast: 'false' @@ -41,3 +42,4 @@ ClioteSky: Category: Hubs Name: Hub1 Enable: 'true' + CheckTLS: 'false' diff --git a/spigot.yml b/spigot.yml index 18cdfdb..9b343e3 100644 --- a/spigot.yml +++ b/spigot.yml @@ -12,7 +12,6 @@ config-version: 11 settings: - debug: false save-user-cache-on-stop-only: false bungeecord: true late-bind: false @@ -35,9 +34,11 @@ settings: max: 2048.0 attackDamage: max: 2048.0 + debug: false moved-too-quickly-threshold: 100.0 commands: tab-complete: 0 + log: true spam-exclusions: - /skill silent-commandblock-console: false @@ -46,7 +47,6 @@ commands: - summon - testforblock - tellraw - log: true messages: whitelist: '[&6&lEsti&3&lNet&r]&7You aren''t whitelisted.' unknown-command: '[&6&lEsti&3&lNet&r] &7Unknown command.' diff --git a/usercache.json b/usercache.json index 4409934..0637a08 100644 --- a/usercache.json +++ b/usercache.json @@ -1 +1 @@ -[{"name":"EspiDev","uuid":"4ad26a62-db2a-3ff7-a9b2-83ff8441e443","expiresOn":"2018-03-10 12:57:59 -0500"},{"name":"Master_Guardian","uuid":"948f3446-1979-499f-889b-2991bea10125","expiresOn":"2017-10-08 23:10:01 -0400"},{"name":"cold0","uuid":"fcd36c61-406b-4e43-90f1-d4452071e6f2","expiresOn":"2017-10-05 17:22:59 -0400"},{"name":"animallover973","uuid":"417ebf17-eaaf-43e0-ad1f-cf6a5bc35430","expiresOn":"2017-09-19 17:15:34 -0400"},{"name":"applearon","uuid":"372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7","expiresOn":"2017-09-10 14:47:04 -0400"},{"name":"SophieCR","uuid":"7565be25-9f5f-4269-9e78-9b1d91abfc3b","expiresOn":"2017-08-17 16:23:53 -0400"},{"name":"WorshipFrumple","uuid":"be7f61e9-86c5-4a90-b753-c6a3b6c5f8f2","expiresOn":"2017-08-06 20:25:02 -0400"},{"name":"nap14hockey","uuid":"ade21d41-274e-4cd0-a251-03cf67642e4e","expiresOn":"2017-06-29 21:33:53 -0400"},{"name":"xXSeikoStormXx","uuid":"1d4070ad-e41b-4ad7-a6d7-088c15ab0073","expiresOn":"2017-07-19 22:05:05 -0400"},{"name":"achromosone","uuid":"f4ec7607-feea-442c-b5de-592f48e5d9e3","expiresOn":"2017-07-20 11:24:23 -0400"},{"name":"SoSo123","uuid":"a7f22160-908b-44be-9f94-1b3e460cf943","expiresOn":"2017-07-21 07:58:13 -0400"},{"name":"LittleGuardianHD","uuid":"914cc9cc-31ce-480a-87a9-1378f87f1440","expiresOn":"2017-07-29 23:05:04 -0400"},{"name":"Over1ord_Ray","uuid":"20ae9880-b524-42c9-a8c5-fcbf6a8c484a","expiresOn":"2017-08-08 20:19:26 -0400"},{"name":"FlowerGirl700","uuid":"6108e35d-c0df-4f9d-8e68-665a69d4b871","expiresOn":"2017-08-24 12:16:28 -0400"},{"name":"ballisticknife16","uuid":"f3e8c48b-ba49-41d8-853b-67d9886952fc","expiresOn":"2017-08-29 13:31:49 -0400"},{"name":"Itariu","uuid":"77ee6e1b-9e0c-4c41-a58b-163d1f575c08","expiresOn":"2017-09-15 11:12:27 -0400"},{"name":"EspiDev","uuid":"55618dfa-b17f-4e8a-814f-41768360af09","expiresOn":"2017-09-19 21:14:46 -0400"},{"name":"_llamallamallama","uuid":"37c7d90b-053b-4fd9-807d-101d46f58537","expiresOn":"2017-09-30 13:19:21 -0400"},{"name":"Seshpenguin","uuid":"b48083c2-19ca-4959-a0d0-a967a93d0fd3","expiresOn":"2017-10-05 17:20:30 -0400"},{"name":"Legend010331","uuid":"75a53a06-1ab1-4b00-9f97-c8235a78f588","expiresOn":"2017-10-06 21:38:57 -0400"},{"name":"Lqnix","uuid":"b9d938ca-64e1-452f-b11f-446274738957","expiresOn":"2017-10-09 20:49:02 -0400"}] \ No newline at end of file +[] \ No newline at end of file