diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..accbe7e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +sftp-config.json +*.idea diff --git a/ActionAnnouncer.jar b/ActionAnnouncer.jar new file mode 100644 index 00000000..79b8483b Binary files /dev/null and b/ActionAnnouncer.jar differ diff --git a/AntiSwear.jar b/AntiSwear.jar new file mode 100644 index 00000000..d9853474 Binary files /dev/null and b/AntiSwear.jar differ diff --git a/AreaShop.jar b/AreaShop.jar new file mode 100644 index 00000000..bba28107 Binary files /dev/null and b/AreaShop.jar differ diff --git a/AsyncWorldEdit.jar b/AsyncWorldEdit.jar new file mode 100644 index 00000000..acbd6f49 Binary files /dev/null and b/AsyncWorldEdit.jar differ diff --git a/AsyncWorldEditInjector.jar b/AsyncWorldEditInjector.jar new file mode 100644 index 00000000..fc395f51 Binary files /dev/null and b/AsyncWorldEditInjector.jar differ diff --git a/AutoColor.jar b/AutoColor.jar new file mode 100644 index 00000000..80cda3f5 Binary files /dev/null and b/AutoColor.jar differ diff --git a/AutoMessage.jar b/AutoMessage.jar new file mode 100644 index 00000000..5fc535c9 Binary files /dev/null and b/AutoMessage.jar differ diff --git a/BetterCombat.jar b/BetterCombat.jar new file mode 100644 index 00000000..653b4c4e Binary files /dev/null and b/BetterCombat.jar differ diff --git a/ChatColor.jar b/ChatColor.jar new file mode 100644 index 00000000..197d2891 Binary files /dev/null and b/ChatColor.jar differ diff --git a/ChestShop.jar b/ChestShop.jar index ef55fab9..ab313487 100644 Binary files a/ChestShop.jar and b/ChestShop.jar differ diff --git a/Citizens.jar b/Citizens.jar new file mode 100644 index 00000000..5f2c6687 Binary files /dev/null and b/Citizens.jar differ diff --git a/Clearlag.jar b/Clearlag.jar new file mode 100644 index 00000000..72ba86a0 Binary files /dev/null and b/Clearlag.jar differ diff --git a/CmdSigns.jar b/CmdSigns.jar new file mode 100644 index 00000000..96b355d7 Binary files /dev/null and b/CmdSigns.jar differ diff --git a/CombatLog-1.8.11-fix.jar b/CombatLog-1.8.11-fix.jar new file mode 100644 index 00000000..a0cb5fa8 Binary files /dev/null and b/CombatLog-1.8.11-fix.jar differ diff --git a/CommandNPC.jar b/CommandNPC.jar new file mode 100644 index 00000000..c7d45824 Binary files /dev/null and b/CommandNPC.jar differ diff --git a/CoreProtect.jar b/CoreProtect.jar new file mode 100644 index 00000000..556b2686 Binary files /dev/null and b/CoreProtect.jar differ diff --git a/CratesPlus.jar b/CratesPlus.jar index 516df831..e99dfb97 100644 Binary files a/CratesPlus.jar and b/CratesPlus.jar differ diff --git a/CreateYourOwnMenus-0.5.9.jar b/CreateYourOwnMenus-0.5.9.jar new file mode 100644 index 00000000..6c273552 Binary files /dev/null and b/CreateYourOwnMenus-0.5.9.jar differ diff --git a/CustomEnchantments.jar b/CustomEnchantments.jar new file mode 100644 index 00000000..fefe9e36 Binary files /dev/null and b/CustomEnchantments.jar differ diff --git a/EZRanksPro.jar b/EZRanksPro.jar new file mode 100644 index 00000000..bde9c1cb Binary files /dev/null and b/EZRanksPro.jar differ diff --git a/EchoPet_v2.8.0.jar b/EchoPet_v2.8.0.jar new file mode 100644 index 00000000..527946a4 Binary files /dev/null and b/EchoPet_v2.8.0.jar differ diff --git a/Essentials.jar b/Essentials.jar index b4b75cd5..e1302a6f 100644 Binary files a/Essentials.jar and b/Essentials.jar differ diff --git a/Essentials/config.yml b/Essentials/config.yml index 5a8b1cd8..b3c08e05 100644 --- a/Essentials/config.yml +++ b/Essentials/config.yml @@ -20,13 +20,17 @@ ############################################################ # A color code between 0-9 or a-f. Set to 'none' to disable. -ops-name-color: '4' +ops-name-color: 'none' # The character(s) to prefix all nicknames, so that you know they are not true usernames. nickname-prefix: '~' # The maximum length allowed in nicknames. The nickname prefix is included in this. -max-nick-length: 15 +max-nick-length: 25 + +# When this option is enabled, nickname length checking will exclude color codes in player names. +# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true +ignore-colors-in-max-nick-length: true # Disable this if you have any other plugin, that modifies the displayname of a user. change-displayname: true @@ -46,10 +50,14 @@ change-displayname: true # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning. teleport-safety: true +# This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations. +# teleport-safety and this option need to be set to true to force teleportation to dangerous locations. +force-disable-teleport-safety: false + # The delay, in seconds, required between /home, /tp, etc. teleport-cooldown: 0 -# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs. +# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled. teleport-delay: 0 # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command. @@ -59,6 +67,11 @@ teleport-invulnerability: 4 # The delay, in seconds, required between /heal or /feed attempts. heal-cooldown: 60 +# Near Radius +# The default radius with /near +# Used to use chat radius but we are going to make it separate. +near-radius: 200 + # What to prevent from /item and /give. # e.g item-spawn-blacklist: 10,11,46 item-spawn-blacklist: @@ -86,6 +99,13 @@ spawnmob-limit: 10 # Shall we notify users when using /lightning? warn-on-smite: true +# Shall we drop items instead of adding to inventory if the target inventory is full? +drop-items-if-full: false + +# Essentials Mail Notification +# Should we notify players if they have no new mail? +notify-no-new-mail: true + # The motd and rules are now configured in the files motd.txt and rules.txt. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority. @@ -106,7 +126,10 @@ overridden-commands: disabled-commands: # - nick # - clear - + - ipban + - whois + - seen + - unbanip # These commands will be shown to players with socialSpy enabled. # You can add commands from other plugins you may want to track or # remove commands that are used for something you dont want to spy on. @@ -134,6 +157,16 @@ socialspy-commands: - ewhisper - pm +# Mute Commands +# These commands will be disabled when a player is muted. +# Use '*' to disable every command. +# Essentials already disabled Essentials messaging commands by default. +# It only cares about the root command, not args after that (it sees /f chat the same as /f) +mute-commands: + - f + - tell + # - '*' + # If you do not wish to use a permission system, you can define a list of 'player perms' below. # This list has no effect if you are using a supported permissions system. # If you are using an unsupported permissions system, simply delete this section. @@ -220,6 +253,10 @@ player-commands: - worth - xmpp +# When this option is enabled, one-time use kits (ie. delay < 0) will be +# removed from the /kit list when a player can no longer use it +skip-used-one-time-kits-from-kit-list: true + # Note: All items MUST be followed by a quantity! # All kit names should be lower case, and will be treated as lower in permissions/costs. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]... @@ -228,34 +265,34 @@ player-commands: # Set delay to -1 for a one time kit. # For more information, visit http://wiki.ess3.net/wiki/Kits kits: - tools: - delay: 10 - items: - - 272 1 - - 273 1 - - 274 1 - - 275 1 - dtools: - delay: 600 - items: - - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens - - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole - - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day - - 279:780 1 - notch: - delay: 6000 - items: - - 397:3 1 player:Notch - color: - delay: 6000 - items: - - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors - firework: - delay: 6000 - items: - - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1 - - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 - - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 + - tools: + - delay: 10 + - items: + - - 272 1 + - - 273 1 + - - 274 1 + - - 275 1 + - dtools: + - delay: 600 + - items: + - - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens + - - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole + - - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day + - - 279:780 1 + - notch: + - delay: 6000 + - items: + - - 397:3 1 player:Notch + - color: + - delay: 6000 + - items: + - - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors + - firework: + - delay: 6000 + - items: + - - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1 + - - 401 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 + - - 401 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 # Essentials Sign Control # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. @@ -297,7 +334,7 @@ backup: #command: 'rdiff-backup World1 backups/World1' # Set this true to enable permission per warp. -per-warp-permission: false +per-warp-permission: true # Sort output of /list command by groups. # You can hide and merge the groups displayed in /list by defining the desired behaviour here. @@ -357,13 +394,18 @@ cancel-afk-on-interact: true # Disable this to reduce server lag. cancel-afk-on-move: true +# Set the player's list name when they are AFK. This is none by default which specifies that Essentials +# should not interfere with the AFK player's list name. +# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. +afk-list-name: none + # You can disable the death messages of Minecraft here. -death-messages: true +death-messages: false # Should players with permissions be able to join and part silently? # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled. # In addition, people with essentials.silentjoin.vanish will be vanished on join. -allow-silent-join-quit: false +allow-silent-join-quit: true # You can set a custom join message here, set to "none" to disable. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. @@ -400,7 +442,7 @@ repair-enchanted: true # Allow 'unsafe' enchantments in kits and item spawning. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins. -unsafe-enchantments: false +unsafe-enchantments: true #Do you want Essentials to keep track of previous location for /back in the teleport listener? #If you set this to true any plugin that uses teleport will have the previous location registered. @@ -422,6 +464,29 @@ mails-per-minute: 1000 # Set to -1 to disable, and essentials.tempban.unlimited can be used to override. max-tempban-time: -1 +# Changes /reply functionality. If true, /r goes to the person you messaged last, otherwise the first person that messaged you. +# If false, /r goes to the last person that messaged you. +last-message-reply-recipient: true + +# If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the +# reply-recipient to update when receiving a message. +# Default is 180 (3 minutes) +last-message-reply-recipient-timeout: 180 + +# Toggles whether or not right clicking mobs with a milk bucket turns them into a baby. +milk-bucket-easter-egg: false + +# Become the new Compilex! They multiply the output of the server TPS command by 2 to make their clients think that they are l33t optimizers with a special combat TPS and such. +# compilex-mode: false + +# Toggles whether or not the fly status message should be sent to players on join +send-fly-enable-on-join: true + +# Set to true to enable per-world permissions for setting time for individual worlds with essentials commands. +# This applies to /time, /day, /eday, /night, /enight, /etime. +# Give someone permission to teleport to a world with essentials.time.world.. +world-time-permissions: false + ############################################################ # +------------------------------------------------------+ # # | EssentialsHome | # @@ -457,7 +522,7 @@ tpa-accept-cancellation: 120 ############################################################ # +------------------------------------------------------+ # -# | EssentialsEco | # +# | EssentialsEco | # # +------------------------------------------------------+ # ############################################################ @@ -493,6 +558,18 @@ min-money: -10000 # Enable this to log all interactions with trade/buy/sell signs and sell command. economy-log-enabled: false +# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin. +# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins. +# Default is false. +use-bukkit-permissions: false + +# Minimum acceptable amount to be used in /pay. +minimum-pay-amount: 0.01 + +# Make money more fancy by separating it with commas. This makes it easier to read. +# It'd make $12345678.90 appear as $12,345,678.90 +comma-separated-money: true + ############################################################ # +------------------------------------------------------+ # # | EssentialsHelp | # @@ -529,7 +606,7 @@ chat: # Or you can give a group specific chat format, to give some extra variation. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting - format: '{DISPLAYNAME}: {MESSAGE}' + format: '{DISPLAYNAME}&r: {MESSAGE}' #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' group-formats: diff --git a/Essentials/items.csv b/Essentials/items.csv index 840ec9fd..15ec08d2 100644 --- a/Essentials/items.csv +++ b/Essentials/items.csv @@ -6879,6 +6879,12 @@ creeperhead,397,4 headcreeper,397,4 creeperskull,397,4 skullcreeper,397,4 +dragonhead,397,5 +dragonmask,397,5 +dragonheadmask,397,5 +dragmask,397,5 +dragonskull,397,5 +dragskull,397,5 carrotonastick,398,0 carrotonstick,398,0 netherstar,399,0 @@ -7663,6 +7669,685 @@ cd12,2267,0 12disk,2267,0 12disc,2267,0 12cd,2267,0 +chorusflower,200,0 +corusflower,200,0 +chorusblock,200,0 +endflower,200,0 +enderflower,200,0 +chorusplant,199,0 +corusplant,199,0 +chorusstem,199,0 +corusstem,199,0 +endplant,199,0 +enderplant,199,0 +endgateway,209,0 +eislandportal,209,0 +endgate,209,0 +endergate,209,0 +endrod,198,0 +enderrod,198,0 +erod,198,0 +endlight,198,0 +elight,198,0 +endtorch,198,0 +etorch,198,0 +endstonebricks,206,0 +endbricks,206,0 +enderbricks,206,0 +ebricks,206,0 +ebrick,206,0 +grasspath,208,0 +gpath,208,0 +path,208,0 +pathblock,208,0 +dirtpath,208,0 +dpath,208,0 +worngrass,208,0 +grasswalkway,208,0 +dirtwalkway,208,0 +purpurblock,201,0 +purblock,201,0 +purpleblock,201,0 +purplestone,201,0 +purstone,201,0 +purpurpillar,202,0 +purpillar,202,0 +purpillarblock,202,0 +purpillarstone,202,0 +purpillar,202,0 +purplepillar,202,0 +purpurcollum,202,0 +purcollum,202,0 +purplecollum,202,0 +purpurstairs,203 +purpurstep,203 +purpursteps,203 +purplestairs,203 +purplesteps,203 +purplestep,203 +purstairs,203 +pursteps,203 +purstep,203 +purpurslab,205,0 +purpurhalf,205,0 +purslab,205,0 +purpleslab,205,0 +purhalf,205,0 +purplehalf,205,0 +beetroot,434,0 +broot,434,0 +beet,434,0 +beets,434,0 +beetplant,434,0 +beetcrop,434,0 +beetrootsoup,459,0 +brootsoup,459,0 +beetsoup,459,0 +beetssoup,459,0 +beetplantsoup,459,0 +beetcropsoup,459,0 +redsoup,459,0 +beetrootseed,435,0 +beetrootseeds,435,0 +brootseed,435,0 +brootseeds,435,0 +beetseed,435,0 +beetseeds,435,0 +beetsseeds,435,0 +beetplantseeds,435,0 +beetcropseeds,435,0 +chorusfruit,432,0 +chorfruit,432,0 +corusfruit,432,0 +corfruit,432,0 +endfruit,432,0 +enderfruit,432,0 +purpurfruit,432,0 +purfruit,432,0 +purplefruit,432,0 +dragonbreath,437,0 +dragonsbreath,437,0 +dbreath,437,0 +edragonbreath,437,0 +edragonsbreath,437,0 +dragonpotion,437,0 +dragonfire,437,0 +endbreath,437,0 +dragonpot,437,0 +elytra,443,0 +hangglider,443,0 +glider,443,0 +wings,443,0 +wing,443,0 +playerwings,443,0 +playerwing,443,0 +pwings,443,0 +pwing,443,0 +endcrystal,426,0 +endercrystal,426,0 +ecrystal,426,0 +dragoncrystal,426,0 +endgem,426,0 +endergem,426,0 +egem,426,0 +dragongem,426,0 +chorusfruitpopped,433,0 +corusfruitpopped,433,0 +fruitpopped,433,0 +poppedfruit,433,0 +poppedcfruit,433,0 +poppedendfruit,433,0 +poppedenderfruit,433,0 +poppedpurpurfruit,433,0 +poppedpurfruit,433,0 +dragongem,426,0 +chorpopped,433,0 +corpopped,433,0 +chorfruitpopped,433,0 +corfruitpopped,433,0 +shield,442,0 +handshield,442,0 +woodshield,442,0 +woodenshield,442,0 +spectralarrow,439,0 +specterarrow,439,0 +glowstonearrow,439,0 +glowingarrow,439,0 +glowarrow,439,0 +spawneggshulker,383,0 +spawnshulker,383,0 +shulkerspawnegg,383,0 +shulkeregg,383,0 +shulkegg,383,0 +arrowregeneration,440,0 +regenerationarrow,440,0 +arrowregen,440,0 +regenarrow,440,0 +arrowswiftness,440,0 +swiftnessarrow,440,0 +arrowswift,440,0 +swiftarrow,440,0 +arrowfireresist,440,0 +fireresistarrow,440,0 +arrowfireres,440,0 +fireresarrow,440,0 +arrowhealing,440,0 +healingarrow,440,0 +arrowheal,440,0 +healarrow,440,0 +arrownightvision,440,0 +nightvisionarrow,440,0 +arrownv,440,0 +nvarrow,440,0 +arrowstrength,440,0 +strengtharrow,440,0 +arrowstr,440,0 +strarrow,440,0 +arrowleaping,440,0 +leapingarrow,440,0 +arrowleap,440,0 +leaparrow,440,0 +arrowinvisibility,440,0 +invisibilityarrow,440,0 +arrowinvis,440,0 +invisarrow,440,0 +arrowpoison,440,0 +poisonarrow,440,0 +arrowpoi,440,0 +poiarrow,440,0 +arrowweakness,440,0 +weaknessarrow,440,0 +arrowweak,440,0 +weakarrow,440,0 +arrowslowness,440,0 +slownessarrow,440,0 +arrowslow,440,0 +slowarrow,440,0 +arrowharming,440,0 +harmingarrow,440,0 +arrowharm,440,0 +harmarrow,440,0 +arrowwaterbreathing,440,0 +waterbreathingarrow,440,0 +arrowwb,440,0 +wbarrow,440,0 +arrowluck,440,0 +luckarrow,440,0 +arrowlucky,440,0 +luckyarrow,440,0 +arrowregeneration2,440,0 +regenerationarrow2,440,0 +arrowregen2,440,0 +regenarrow2,440,0 +arrowswiftness2,440,0 +swiftnessarrow2,440,0 +arrowswift2,440,0 +swiftarrow2,440,0 +arrowfireresist2,440,0 +fireresistarrow2,440,0 +arrowfireres2,440,0 +fireresarrow2,440,0 +arrowhealing2,440,0 +healingarrow2,440,0 +arrowheal2,440,0 +healarrow2,440,0 +arrownightvision2,440,0 +nightvisionarrow2,440,0 +arrownv2,440,0 +nvarrow2,440,0 +arrowstrength2,440,0 +strengtharrow2,440,0 +arrowstr,4402,0 +strarrow,4402,0 +arrowleaping2,440,0 +leapingarrow2,440,0 +arrowleap2,440,0 +leaparrow2,440,0 +arrowinvisibility2,440,0 +invisibilityarrow2,440,0 +arrowinvis2,440,0 +invisarrow2,440,0 +arrowpoison2,440,0 +poisonarrow2,440,0 +arrowpoi2,440,0 +poiarrow2,440,0 +arrowweakness2,440,0 +weaknessarrow2,440,0 +arrowweak2,440,0 +weakarrow2,440,0 +arrowslowness2,440,0 +slownessarrow2,440,0 +arrowslow2,440,0 +slowarrow2,440,0 +arrowharming2,440,0 +harmingarrow2,440,0 +arrowharm2,440,0 +harmarrow2,440,0 +arrowwaterbreathing2,440,0 +waterbreathingarrow2,440,0 +arrowwb2,440,0 +wbarrow2,440,0 +arrowluck2,440,0 +luckarrow2,440,0 +arrowlucky2,440,0 +luckyarrow2,440,0 +arrowregenerationii,440,0 +regenerationarrowii,440,0 +arrowregenii,440,0 +regenarrowii,440,0 +arrowswiftnessii,440,0 +swiftnessarrowii,440,0 +arrowswiftii,440,0 +swiftarrowii,440,0 +arrowfireresistii,440,0 +fireresistarrowii,440,0 +arrowfireresii,440,0 +fireresarrowii,440,0 +arrowhealingii,440,0 +healingarrowii,440,0 +arrowhealii,440,0 +healarrowii,440,0 +arrownightvisionii,440,0 +nightvisionarrowii,440,0 +arrownvii,440,0 +nvarrowii,440,0 +arrowstrengthii,440,0 +strengtharrowii,440,0 +arrowstrii,440,0 +strarrowii,440,0 +arrowleapingii,440,0 +leapingarrowii,440,0 +arrowleapii,440,0 +leaparrowii,440,0 +arrowinvisibilityii,440,0 +invisibilityarrowii,440,0 +arrowinvisii,440,0 +invisarrowii,440,0 +arrowpoisonii,440,0 +poisonarrowii,440,0 +arrowpoiii,440,0 +poiarrowii,440,0 +arrowweaknessii,440,0 +weaknessarrowii,440,0 +arrowweakii,440,0 +weakarrowii,440,0 +arrowslownessii,440,0 +slownessarrowii,440,0 +arrowslowii,440,0 +slowarrowii,440,0 +arrowharmingii,440,0 +harmingarrowii,440,0 +arrowharmii,440,0 +harmarrowii,440,0 +arrowwaterbreathingii,440,0 +waterbreathingarrowii,440,0 +arrowwbii,440,0 +wbarrowii,440,0 +arrowluckii,440,0 +luckarrowii,440,0 +arrowluckyii,440,0 +luckyarrowii,440,0 +lingeringpotion,441,0 +lingerpotion,441,0 +lingerpot,441,0 +aoepotion,441,0 +aoepot,441,0 +areapotion,441,0 +areapot,441,0 +cloudpotion,441,0 +cloudpot,441,0 +lingerpotregenerationii,440,0 +regenerationlingerpotii,440,0 +lingerpotregenii,440,0 +regenlingerpotii,440,0 +lingerpotswiftnessii,440,0 +swiftnesslingerpotii,440,0 +lingerpotswiftii,440,0 +swiftlingerpotii,440,0 +lingerpotfireresistii,440,0 +fireresistlingerpotii,440,0 +lingerpotfireresii,440,0 +firereslingerpotii,440,0 +lingerpothealingii,440,0 +healinglingerpotii,440,0 +lingerpothealii,440,0 +heallingerpotii,440,0 +lingerpotnightvisionii,440,0 +nightvisionlingerpotii,440,0 +lingerpotnvii,440,0 +nvlingerpotii,440,0 +lingerpotstrengthii,440,0 +strengthlingerpotii,440,0 +lingerpotstrii,440,0 +strlingerpotii,440,0 +lingerpotleapingii,440,0 +leapinglingerpotii,440,0 +lingerpotleapii,440,0 +leaplingerpotii,440,0 +lingerpotinvisibilityii,440,0 +invisibilitylingerpotii,440,0 +lingerpotinvisii,440,0 +invislingerpotii,440,0 +lingerpotpoisonii,440,0 +poisonlingerpotii,440,0 +lingerpotpoiii,440,0 +poilingerpotii,440,0 +lingerpotweaknessii,440,0 +weaknesslingerpotii,440,0 +lingerpotweakii,440,0 +weaklingerpotii,440,0 +lingerpotslownessii,440,0 +slownesslingerpotii,440,0 +lingerpotslowii,440,0 +slowlingerpotii,440,0 +lingerpotharmingii,440,0 +harminglingerpotii,440,0 +lingerpotharmii,440,0 +harmlingerpotii,440,0 +lingerpotwaterbreathingii,440,0 +waterbreathinglingerpotii,440,0 +lingerpotwbii,440,0 +wblingerpotii,440,0 +lingerpotluckii,440,0 +lucklingerpotii,440,0 +lingerpotluckyii,440,0 +luckylingerpotii,440,0 +lingerpotregeneration2,440,0 +regenerationlingerpot2,440,0 +lingerpotregen2,440,0 +regenlingerpot2,440,0 +lingerpotswiftness2,440,0 +swiftnesslingerpot2,440,0 +lingerpotswift2,440,0 +swiftlingerpot2,440,0 +lingerpotfireresist2,440,0 +fireresistlingerpot2,440,0 +lingerpotfireres2,440,0 +firereslingerpot2,440,0 +lingerpothealing2,440,0 +healinglingerpot2,440,0 +lingerpotheal2,440,0 +heallingerpot2,440,0 +lingerpotnightvision2,440,0 +nightvisionlingerpot2,440,0 +lingerpotnv2,440,0 +nvlingerpot2,440,0 +lingerpotstrength2,440,0 +strengthlingerpot2,440,0 +lingerpotstr2,440,0 +strlingerpot2,440,0 +lingerpotleaping2,440,0 +leapinglingerpot2,440,0 +lingerpotleap2,440,0 +leaplingerpot2,440,0 +lingerpotinvisibility2,440,0 +invisibilitylingerpot2,440,0 +lingerpotinvis2,440,0 +invislingerpot2,440,0 +lingerpotpoison2,440,0 +poisonlingerpot2,440,0 +lingerpotpo2i,440,0 +poilingerpot2,440,0 +lingerpotweakness2,440,0 +weaknesslingerpot2,440,0 +lingerpotweak2,440,0 +weaklingerpot2,440,0 +lingerpotslowness2,440,0 +slownesslingerpot2,440,0 +lingerpotslow2,440,0 +slowlingerpot2,440,0 +lingerpotharming2,440,0 +harminglingerpot2,440,0 +lingerpotharm2,440,0 +harmlingerpot2,440,0 +lingerpotwaterbreathing2,440,0 +waterbreathinglingerpot2,440,0 +lingerpotwb2,440,0 +wblingerpot2,440,0 +lingerpotluck2,440,0 +lucklingerpot2,440,0 +lingerpotlucky2,440,0 +luckylingerpot2,440,0 +lingerpotregeneration,440,0 +regenerationlingerpot,440,0 +lingerpotregen,440,0 +regenlingerpot,440,0 +lingerpotswiftness,440,0 +swiftnesslingerpot,440,0 +lingerpotswift,440,0 +swiftlingerpot,440,0 +lingerpotfireresist,440,0 +fireresistlingerpot,440,0 +lingerpotfireres,440,0 +firereslingerpot,440,0 +lingerpothealing,440,0 +healinglingerpot,440,0 +lingerpotheal,440,0 +heallingerpot,440,0 +lingerpotnightvision,440,0 +nightvisionlingerpot,440,0 +lingerpotnv,440,0 +nvlingerpot,440,0 +lingerpotstrength,440,0 +strengthlingerpot,440,0 +lingerpotstr,440,0 +strlingerpot,440,0 +lingerpotleaping,440,0 +leapinglingerpot,440,0 +lingerpotleap,440,0 +leaplingerpot,440,0 +lingerpotinvisibility,440,0 +invisibilitylingerpot,440,0 +lingerpotinvis,440,0 +invislingerpot,440,0 +lingerpotpoison,440,0 +poisonlingerpot,440,0 +lingerpotpoi,440,0 +poilingerpot,440,0 +lingerpotweakness,440,0 +weaknesslingerpot,440,0 +lingerpotweak,440,0 +weaklingerpot,440,0 +lingerpotslowness,440,0 +slownesslingerpot,440,0 +lingerpotslow,440,0 +slowlingerpot,440,0 +lingerpotharming,440,0 +harminglingerpot,440,0 +lingerpotharm,440,0 +harmlingerpot,440,0 +lingerpotwaterbreathing,440,0 +waterbreathinglingerpot,440,0 +lingerpotwb,440,0 +wblingerpot,440,0 +lingerpotluck,440,0 +lucklingerpot,440,0 +lingerpotlucky,440,0 +luckylingerpot,440,0 +aoepotregenerationii,440,0 +regenerationaoepotii,440,0 +aoepotregenii,440,0 +regenaoepotii,440,0 +aoepotswiftnessii,440,0 +swiftnessaoepotii,440,0 +aoepotswiftii,440,0 +swiftaoepotii,440,0 +aoepotfireresistii,440,0 +fireresistaoepotii,440,0 +aoepotfireresii,440,0 +fireresaoepotii,440,0 +aoepothealingii,440,0 +healingaoepotii,440,0 +aoepothealii,440,0 +healaoepotii,440,0 +aoepotnightvisionii,440,0 +nightvisionaoepotii,440,0 +aoepotnvii,440,0 +nvaoepotii,440,0 +aoepotstrengthii,440,0 +strengthaoepotii,440,0 +aoepotstrii,440,0 +straoepotii,440,0 +aoepotleapingii,440,0 +leapingaoepotii,440,0 +aoepotleapii,440,0 +leapaoepotii,440,0 +aoepotinvisibilityii,440,0 +invisibilityaoepotii,440,0 +aoepotinvisii,440,0 +invisaoepotii,440,0 +aoepotpoisonii,440,0 +poisonaoepotii,440,0 +aoepotpoiii,440,0 +poiaoepotii,440,0 +aoepotweaknessii,440,0 +weaknessaoepotii,440,0 +aoepotweakii,440,0 +weakaoepotii,440,0 +aoepotslownessii,440,0 +slownessaoepotii,440,0 +aoepotslowii,440,0 +slowaoepotii,440,0 +aoepotharmingii,440,0 +harmingaoepotii,440,0 +aoepotharmii,440,0 +harmaoepotii,440,0 +aoepotwaterbreathingii,440,0 +waterbreathingaoepotii,440,0 +aoepotwbii,440,0 +wbaoepotii,440,0 +aoepotluckii,440,0 +luckaoepotii,440,0 +aoepotluckyii,440,0 +luckyaoepotii,440,0 +aoepotregeneration2,440,0 +regenerationaoepot2,440,0 +aoepotregen2,440,0 +regenaoepot2,440,0 +aoepotswiftness2,440,0 +swiftnessaoepot2,440,0 +aoepotswift2,440,0 +swiftaoepot2,440,0 +aoepotfireresist2,440,0 +fireresistaoepot2,440,0 +aoepotfireres2,440,0 +fireresaoepot2,440,0 +aoepothealing2,440,0 +healingaoepot2,440,0 +aoepotheal2,440,0 +healaoepot2,440,0 +aoepotnightvision2,440,0 +nightvisionaoepot2,440,0 +aoepotnv2,440,0 +nvaoepot2,440,0 +aoepotstrength2,440,0 +strengthaoepot2,440,0 +aoepotstr2,440,0 +straoepot2,440,0 +aoepotleaping2,440,0 +leapingaoepot2,440,0 +aoepotleap2,440,0 +leapaoepot2,440,0 +aoepotinvisibility2,440,0 +invisibilityaoepot2,440,0 +aoepotinvis2,440,0 +invisaoepot2,440,0 +aoepotpoison2,440,0 +poisonaoepot2,440,0 +aoepotpo2i,440,0 +poiaoepot2,440,0 +aoepotweakness2,440,0 +weaknessaoepot2,440,0 +aoepotweak2,440,0 +weakaoepot2,440,0 +aoepotslowness2,440,0 +slownessaoepot2,440,0 +aoepotslow2,440,0 +slowaoepot2,440,0 +aoepotharming2,440,0 +harmingaoepot2,440,0 +aoepotharm2,440,0 +harmaoepot2,440,0 +aoepotwaterbreathing2,440,0 +waterbreathingaoepot2,440,0 +aoepotwb2,440,0 +wbaoepot2,440,0 +aoepotluck2,440,0 +luckaoepot2,440,0 +aoepotlucky2,440,0 +luckyaoepot2,440,0 +aoepotregeneration,440,0 +regenerationaoepot,440,0 +aoepotregen,440,0 +regenaoepot,440,0 +aoepotswiftness,440,0 +swiftnessaoepot,440,0 +aoepotswift,440,0 +swiftaoepot,440,0 +aoepotfireresist,440,0 +fireresistaoepot,440,0 +aoepotfireres,440,0 +fireresaoepot,440,0 +aoepothealing,440,0 +healingaoepot,440,0 +aoepotheal,440,0 +healaoepot,440,0 +aoepotnightvision,440,0 +nightvisionaoepot,440,0 +aoepotnv,440,0 +nvaoepot,440,0 +aoepotstrength,440,0 +strengthaoepot,440,0 +aoepotstr,440,0 +straoepot,440,0 +aoepotleaping,440,0 +leapingaoepot,440,0 +aoepotleap,440,0 +leapaoepot,440,0 +aoepotinvisibility,440,0 +invisibilityaoepot,440,0 +aoepotinvis,440,0 +invisaoepot,440,0 +aoepotpoison,440,0 +poisonaoepot,440,0 +aoepotpoi,440,0 +poiaoepot,440,0 +aoepotweakness,440,0 +weaknessaoepot,440,0 +aoepotweak,440,0 +weakaoepot,440,0 +aoepotslowness,440,0 +slownessaoepot,440,0 +aoepotslow,440,0 +slowaoepot,440,0 +aoepotharming,440,0 +harmingaoepot,440,0 +aoepotharm,440,0 +harmaoepot,440,0 +aoepotwaterbreathing,440,0 +waterbreathingaoepot,440,0 +aoepotwb,440,0 +wbaoepot,440,0 +aoepotluck,440,0 +luckaoepot,440,0 +aoepotlucky,440,0 +luckyaoepot,440,0 +watersplashpotion,438,0 +watersplashpot,438,0 +watersplash,438,0 +thrownwater,438,0 +thrownwaterpot,438,0 +splashwater,438,0 +potionofluck,373,0 +potofluck,373,0 +luckpotion,373,0 +luckypotion,373,0 +splashpotionofluck,438,0 +splashpotofluck,438,0 +splashluckpotion,438,0 +lucksplashpotion,438,0 +luckysplashpotion,438,0 +luckysplashpot,438,0 +splashluckpot,438,0 -#c7d9b4138846c03a1c0ce05eb2727c03 -#d81cf47aff97b3cc317d327cec19e1a6 \ No newline at end of file +#a5ed81234fd1d5c8f6fce184735c67e7 \ No newline at end of file diff --git a/Essentials/upgrades-done.yml b/Essentials/upgrades-done.yml index 3ffd4747..2789cfea 100644 --- a/Essentials/upgrades-done.yml +++ b/Essentials/upgrades-done.yml @@ -1,3 +1,11 @@ updateSpawnsToNewSpawnsConfig: true updateJailsToNewJailsConfig: true warnMetrics: true +movemotdToFile: true +moverulesToFile: true +deleteOldItemsCsv: true +sanitizeAllUserFilenames: true +updateUsersPowerToolsFormat: true +updateUsersHomesFormat: true +banFormatChange: true +userMapRepaired: true diff --git a/Essentials/worth.yml b/Essentials/worth.yml index 7d273e45..026a2ece 100644 --- a/Essentials/worth.yml +++ b/Essentials/worth.yml @@ -1,4 +1,4 @@ -worth: +worth: HELLO # Items not listed in this file will not be sellable on the server # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. diff --git a/EssentialsChat.jar b/EssentialsChat.jar index 844ba437..107dc6b6 100644 Binary files a/EssentialsChat.jar and b/EssentialsChat.jar differ diff --git a/EssentialsGroupManager.jar b/EssentialsGroupManager.jar old mode 100755 new mode 100644 diff --git a/EssentialsSpawn.jar b/EssentialsSpawn.jar index a08c7483..cae340c4 100644 Binary files a/EssentialsSpawn.jar and b/EssentialsSpawn.jar differ diff --git a/Factions.jar b/Factions.jar new file mode 100644 index 00000000..70035d27 Binary files /dev/null and b/Factions.jar differ diff --git a/FastAsyncWorldEdit.jar b/FastAsyncWorldEdit.jar new file mode 100644 index 00000000..6e2046f6 Binary files /dev/null and b/FastAsyncWorldEdit.jar differ diff --git a/GroupManager/config.yml b/GroupManager/config.yml index 44cfd624..46597117 100644 --- a/GroupManager/config.yml +++ b/GroupManager/config.yml @@ -10,7 +10,7 @@ settings: # ************************************************************************************************************************************************************ # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! *** # ************************************************************************************************************************************************************ - allow_commandblocks: false + allow_commandblocks: true data: save: diff --git a/GroupManager/globalgroups.yml b/GroupManager/globalgroups.yml index ed9c1787..7e184762 100644 --- a/GroupManager/globalgroups.yml +++ b/GroupManager/globalgroups.yml @@ -325,4 +325,5 @@ groups: g:vanish_admin: permissions: - vanish.silentjoin - - vanish.silentquit \ No newline at end of file + - vanish.silentquit + - vanish.silentchests \ No newline at end of file diff --git a/GroupManager/worlds/world/users.yml b/GroupManager/worlds/world/users.yml index eaea6232..d4c15c0e 100644 --- a/GroupManager/worlds/world/users.yml +++ b/GroupManager/worlds/world/users.yml @@ -1,7 +1,6 @@ -# "For a more advanced configuration example utilizing the advanced features of GroupManager, see http://pastebin.com/a8ZA0j5G" users: - snowleo: - group: Builder + ElgarL: + group: Moderator subgroups: [] permissions: - groupmanager.noofflineperms @@ -10,9 +9,8 @@ users: subgroups: [] permissions: - groupmanager.noofflineperms - ElgarL: - group: Moderator + snowleo: + group: Builder subgroups: [] permissions: - groupmanager.noofflineperms - diff --git a/HolographicDisplays.jar b/HolographicDisplays.jar new file mode 100644 index 00000000..924f2cf6 Binary files /dev/null and b/HolographicDisplays.jar differ diff --git a/JoeHorseCollect.jar b/JoeHorseCollect.jar new file mode 100644 index 00000000..140803df Binary files /dev/null and b/JoeHorseCollect.jar differ diff --git a/JoeMarriage.jar b/JoeMarriage.jar new file mode 100644 index 00000000..3ba4dc6e Binary files /dev/null and b/JoeMarriage.jar differ diff --git a/KitAdder.jar b/KitAdder.jar index feb1b28f..03fdc271 100644 Binary files a/KitAdder.jar and b/KitAdder.jar differ diff --git a/LibsDisguises.jar b/LibsDisguises.jar new file mode 100644 index 00000000..6f4d4897 Binary files /dev/null and b/LibsDisguises.jar differ diff --git a/Lockette.jar b/Lockette.jar new file mode 100644 index 00000000..7025b02e Binary files /dev/null and b/Lockette.jar differ diff --git a/Log.jar b/Log.jar new file mode 100644 index 00000000..226c71be Binary files /dev/null and b/Log.jar differ diff --git a/LootProtect.jar b/LootProtect.jar new file mode 100644 index 00000000..90081887 Binary files /dev/null and b/LootProtect.jar differ diff --git a/MineResetLite.jar b/MineResetLite.jar new file mode 100644 index 00000000..904b18de Binary files /dev/null and b/MineResetLite.jar differ diff --git a/Multiverse-Core.jar b/Multiverse-Core.jar new file mode 100644 index 00000000..347b2ece Binary files /dev/null and b/Multiverse-Core.jar differ diff --git a/NametagEdit.jar b/NametagEdit.jar new file mode 100644 index 00000000..6aa81f53 Binary files /dev/null and b/NametagEdit.jar differ diff --git a/NoCheatPlus.jar b/NoCheatPlus.jar index 73fc8364..82c5fa2f 100644 Binary files a/NoCheatPlus.jar and b/NoCheatPlus.jar differ diff --git a/ObsidianAuctions.jar b/ObsidianAuctions.jar new file mode 100644 index 00000000..93cc2f66 Binary files /dev/null and b/ObsidianAuctions.jar differ diff --git a/ObsidianBreaker.jar b/ObsidianBreaker.jar new file mode 100644 index 00000000..723ea154 Binary files /dev/null and b/ObsidianBreaker.jar differ diff --git a/Orebfuscator.jar b/Orebfuscator.jar new file mode 100644 index 00000000..11c68d8b Binary files /dev/null and b/Orebfuscator.jar differ diff --git a/PermissionsEx.jar b/PermissionsEx.jar index c51de564..bb4b5f5f 100644 Binary files a/PermissionsEx.jar and b/PermissionsEx.jar differ diff --git a/PermissionsEx/config.yml b/PermissionsEx/config.yml index 1e20cf42..d3b3ce73 100644 --- a/PermissionsEx/config.yml +++ b/PermissionsEx/config.yml @@ -15,4 +15,4 @@ permissions: type: file file: permissions.yml updater: true -alwaysUpdate: false +alwaysUpdate: false \ No newline at end of file diff --git a/PlaceholderAPI.jar b/PlaceholderAPI.jar new file mode 100644 index 00000000..d09e2749 Binary files /dev/null and b/PlaceholderAPI.jar differ diff --git a/PlotSquared.jar b/PlotSquared.jar new file mode 100644 index 00000000..c371a01c Binary files /dev/null and b/PlotSquared.jar differ diff --git a/PlotSquared/config/commands.yml b/PlotSquared/config/commands.yml new file mode 100644 index 00000000..35e2838b --- /dev/null +++ b/PlotSquared/config/commands.yml @@ -0,0 +1,525 @@ +plot: + aliases: + - plot + - plots + - p + - plotsquared + - plot2 + - p2 + - ps + - '2' + - plotme + - plotz + - ap + usage: '' + description: '' + confirmation: false +buy: + aliases: + - buy + - b + usage: /plot buy + description: Buy the plot you are standing on + confirmation: false +save: + aliases: + - save + - backup + usage: '' + description: Save your plot + confirmation: false +load: + aliases: + - load + - restore + usage: /plot restore + description: Load your plot + confirmation: false +confirm: + aliases: + - confirm + usage: '' + description: Confirm an action + confirmation: false +template: + aliases: + - template + usage: /plot template [import|export]