update to 1.14
parent
94dd38b314
commit
f9e9aab276
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"minecraft:recipes/misc/iron_nugget_from_blasting": {
|
||||||
|
"criteria": {
|
||||||
|
"has_iron_axe": "2019-07-29 23:05:25 -0400"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/misc/iron_nugget_from_smelting": {
|
||||||
|
"criteria": {
|
||||||
|
"has_iron_axe": "2019-07-29 23:05:25 -0400"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:dark_forest": "2019-07-29 23:03:26 -0400",
|
||||||
|
"minecraft:river": "2019-07-29 23:03:24 -0400",
|
||||||
|
"minecraft:plains": "2019-07-29 23:02:58 -0400"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 1976
|
||||||
|
}
|
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"description": "Data pack for resources provided by Bukkit plugins",
|
"description": "Data pack for resources provided by Bukkit plugins",
|
||||||
"pack_format": 1
|
"pack_format": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"stats":{"minecraft:custom":{"minecraft:jump":8,"minecraft:time_since_rest":5224,"minecraft:crouch_one_cm":186,"minecraft:play_one_minute":5545,"minecraft:leave_game":1,"minecraft:sprint_one_cm":746,"minecraft:walk_one_cm":1158,"minecraft:damage_taken":560,"minecraft:time_since_death":5099,"minecraft:deaths":2,"minecraft:sneak_time":138,"minecraft:fly_one_cm":65178}},"DataVersion":1976}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,90 @@
|
|||||||
|
# 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: RED_STAINED_GLASS
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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: 5 # 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
|
||||||
|
|
||||||
|
# Experimental, works but not all the time (Entities don't seem to be provided in the event sometimes or something is wrong)
|
||||||
|
# We have no plans to further this but if anyone has any tips feel free to contact us here https://discord.gg/25QZVVn
|
||||||
|
DisableGatewayBeam: false
|
||||||
|
|
||||||
|
# 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
|
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
# ExampleDestination:
|
||||||
|
# world: it will be the world name
|
||||||
|
# pos:
|
||||||
|
# X:
|
||||||
|
# Y:
|
||||||
|
# Z:
|
@ -0,0 +1,56 @@
|
|||||||
|
#
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
Gliders:
|
||||||
|
world: EstiNet
|
||||||
|
triggerblock: NETHER_PORTAL
|
||||||
|
bungee: Gliders1
|
||||||
|
pos1:
|
||||||
|
X: 11
|
||||||
|
Y: 147
|
||||||
|
Z: 21
|
||||||
|
pos2:
|
||||||
|
X: 7
|
||||||
|
Y: 144
|
||||||
|
Z: 21
|
||||||
|
CTF:
|
||||||
|
world: EstiNet
|
||||||
|
triggerblock: NETHER_PORTAL
|
||||||
|
bungee: CTF1
|
||||||
|
pos1:
|
||||||
|
X: -5
|
||||||
|
Y: 147
|
||||||
|
Z: 21
|
||||||
|
pos2:
|
||||||
|
X: -9
|
||||||
|
Y: 144
|
||||||
|
Z: 21
|
||||||
|
Hub:
|
||||||
|
world: EstiNet
|
||||||
|
triggerblock: NETHER_PORTAL
|
||||||
|
bungee: Hub
|
||||||
|
pos1:
|
||||||
|
X: 3
|
||||||
|
Y: 146
|
||||||
|
Z: -19
|
||||||
|
pos2:
|
||||||
|
X: -1
|
||||||
|
Y: 144
|
||||||
|
Z: -19
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"useServerCUI":false,"wandItem":"minecraft:wooden_axe","navWandItem":"minecraft:compass"}
|
@ -1 +1 @@
|
|||||||
[{"name":"applearon","uuid":"372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7","expiresOn":"2017-09-10 14:46:23 -0400"},{"name":"Seshpenguin","uuid":"b48083c2-19ca-4959-a0d0-a967a93d0fd3","expiresOn":"2017-08-19 11:24:49 -0400"}]
|
[{"name":"EspiDev","uuid":"4ad26a62-db2a-3ff7-a9b2-83ff8441e443","expiresOn":"2019-08-29 23:02:57 -0400"},{"name":"applearon","uuid":"372e5dd6-b1ef-4a8a-8ef0-0895ef0cb2a7","expiresOn":"2017-09-10 14:46:23 -0400"},{"name":"Seshpenguin","uuid":"b48083c2-19ca-4959-a0d0-a967a93d0fd3","expiresOn":"2017-08-19 11:24:49 -0400"}]
|
@ -1 +1 @@
|
|||||||
{"currentVersion":"git-Paper-408 (MC: 1.13.2)"}
|
{"oldVersion":"git-Paper-408 (MC: 1.13.2)","currentVersion":"git-Paper-152 (MC: 1.14.4)"}
|
Loading…
Reference in New Issue