diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 1da24a4..896ee98 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -10,7 +10,8 @@ jobs: paper: runs-on: ubuntu-latest env: - working-directory: ${{ github.workspace }}/base/paper/ + base-directory: ${{ github.workspace }}/base/paper + run-directory: ${{ github.workspace }}/base/paper/run steps: - uses: actions/checkout@v2 with: @@ -20,8 +21,7 @@ jobs: run: | sudo wget -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq sudo chmod +x /usr/local/bin/yq - rm -rf * && mkdir run - working-directory: ${{ env.working-directory }} + rm -rf ${{ env.base-directory }} && mkdir -p ${{ env.run-directory }} - uses: addnab/docker-run-action@v2 continue-on-error: true timeout-minutes: 3 @@ -29,7 +29,7 @@ jobs: image: itzg/minecraft-server:latest shell: bash options: | - -v ${{ env.working-directory }}/run:/data + -v ${{ env.run-directory }}:/data -v ${{ github.workspace }}/plugins/paper:/plugins -e UID=1001 -e GID=116 -e EULA=TRUE -e MAX_TICK_TIME=1 -e MAX_WORLD_SIZE=1 @@ -42,14 +42,14 @@ jobs: run: | find . -type f -exec sed -i -e '/^[ \t]*#/d; /^[[:space:]]*$/d; s/[[:blank:]]*$//' {} + find . -type f -name "*.jar" -o -empty -delete - working-directory: ${{ env.working-directory }} + working-directory: ${{ env.base-directory }} - name: Merge run: | - for f in $(find * -type f); do - mkdir -p $(dirname ${{ env.working-directory }}/${f}) && touch ${{ env.working-directory }}/${f} - yq eval-all -iMPI2 'select(fileIndex == 0) * select(fileIndex == 1)' ${{ env.working-directory }}/${f} ${f} - done - working-directory: ${{ env.working-directory }}/run + for f in $(find * -type f -name "*.yml" -o -name "*.yaml" -o -name "*.txt"); do + echo $f && mkdir -p $(dirname "${{ env.base-directory }}/${f}") + yq e -MPI2 "${f}" > "${{ env.base-directory }}/${f}" + done && cp -rn * ${{ env.base-directory }} && rm -rf * + working-directory: ${{ env.run-directory }} - name: Create pull request uses: peter-evans/create-pull-request@v3 with: diff --git a/.github/workflows/patch.yaml b/.github/workflows/patch.yaml index 8849123..15cf46c 100644 --- a/.github/workflows/patch.yaml +++ b/.github/workflows/patch.yaml @@ -29,15 +29,12 @@ jobs: yq eval-all -iMPI2 'select(fileIndex == 0) * select(fileIndex == 1)' ${{ env.base-directory }}/${f} ${f} done working-directory: ${{ env.overlay-directory }} - - name: Create pull request - uses: peter-evans/create-pull-request@v3 + - name: Archive Release + uses: thedoctor0/zip-release@master with: + filename: "paper.zip" + path: base/paper + - uses: ncipollo/release-action@v1 + with: + artifacts: "paper.zip" token: ${{ secrets.GITHUB_TOKEN }} - branch: minecraft-configs - title: "chore(final): merge paper patches with base [ci-skip]" - signoff: true - committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" - author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" - labels: minecraft/configs - body: | - Signed-off-by: Chip Wolf diff --git a/base/paper/.gitkeep b/base/paper/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/base/paper/bukkit.yml b/base/paper/bukkit.yml deleted file mode 100644 index 97b386f..0000000 --- a/base/paper/bukkit.yml +++ /dev/null @@ -1,27 +0,0 @@ -settings: - allow-end: true - warn-on-overload: true - permissions-file: permissions.yml - update-folder: update - plugin-profiling: false - connection-throttle: 4000 - query-plugins: true - deprecated-verbose: default - shutdown-message: Server closed - minimum-api: none -spawn-limits: - monsters: 70 - animals: 10 - water-animals: 15 - water-ambient: 20 - ambient: 15 -chunk-gc: - period-in-ticks: 600 -ticks-per: - animal-spawns: 400 - monster-spawns: 1 - water-spawns: 1 - water-ambient-spawns: 1 - ambient-spawns: 1 - autosave: 6000 -aliases: now-in-commands.yml diff --git a/base/paper/commands.yml b/base/paper/commands.yml deleted file mode 100644 index da50320..0000000 --- a/base/paper/commands.yml +++ /dev/null @@ -1,5 +0,0 @@ -command-block-overrides: [] -ignore-vanilla-permissions: false -aliases: - icanhasbukkit: - - version $1- diff --git a/base/paper/paper.yml b/base/paper/paper.yml deleted file mode 100644 index 88956a1..0000000 --- a/base/paper/paper.yml +++ /dev/null @@ -1,237 +0,0 @@ -verbose: false -use-display-name-in-quit-message: false -config-version: 20 -settings: - use-alternative-luck-formula: false - load-permissions-yml-before-plugins: true - bungee-online-mode: true - suggest-player-names-when-null-tab-completions: true - console-has-all-permissions: false - region-file-cache-size: 256 - incoming-packet-spam-threshold: 300 - max-joins-per-tick: 3 - track-plugin-scoreboards: false - fix-entity-position-desync: true - chunk-tasks-per-tick: 1000 - enable-player-collisions: true - player-auto-save-rate: -1 - max-player-auto-save-per-tick: -1 - save-empty-scoreboard-teams: false - velocity-support: - enabled: false - online-mode: false - secret: '' - watchdog: - early-warning-every: 5000 - early-warning-delay: 10000 - spam-limiter: - tab-spam-increment: 1 - tab-spam-limit: 500 - recipe-spam-increment: 1 - recipe-spam-limit: 20 - book-size: - page-max: 2560 - total-multiplier: 0.98 - unsupported-settings: - allow-headless-pistons: false - allow-permanent-block-break-exploits: false - allow-piston-duplication: false - allow-headless-pistons-readme: This setting controls if players should be able - to create headless pistons. - allow-permanent-block-break-exploits-readme: This setting controls if players - should be able to break bedrock, end portals and other intended to be permanent - blocks. - allow-piston-duplication-readme: This setting controls if player should be able - to use TNT duplication, but this also allows duplicating carpet, rails and potentially - other items - async-chunks: - threads: -1 -messages: - no-permission: '&cI''m sorry, but you do not have permission to perform this command. - Please contact the server administrators if you believe that this is in error.' - kick: - flying-player: Flying is not enabled on this server - flying-vehicle: Flying is not enabled on this server - authentication-servers-down: '' - connection-throttle: Connection throttled! Please wait before reconnecting. -timings: - enabled: true - verbose: true - server-name-privacy: false - hidden-config-entries: - - database - - settings.bungeecord-addresses - - settings.velocity-support.secret - history-interval: 300 - history-length: 3600 - server-name: Unknown Server -world-settings: - default: - disable-teleportation-suffocation-check: false - delay-chunk-unloads-by: 10s - remove-corrupt-tile-entities: false - fixed-chunk-inhabited-time: -1 - prevent-moving-into-unloaded-chunks: false - allow-using-signs-inside-spawn-protection: false - per-player-mob-spawns: false - max-auto-save-chunks-per-tick: 24 - optimize-explosions: false - baby-zombie-movement-modifier: 0.5 - use-vanilla-world-scoreboard-name-coloring: false - experience-merge-max-value: -1 - count-all-mobs-for-spawning: false - should-remove-dragon: false - ender-dragons-death-always-places-dragon-egg: false - falling-block-height-nerf: 0 - tnt-entity-height-nerf: 0 - filter-nbt-data-from-spawn-eggs-and-related: true - max-entity-collisions: 8 - disable-creeper-lingering-effect: false - duplicate-uuid-resolver: saferegen - duplicate-uuid-saferegen-delete-range: 32 - phantoms-do-not-spawn-on-creative-players: true - phantoms-only-attack-insomniacs: true - update-pathfinding-on-block-update: true - fix-wither-targeting-bug: false - mob-spawner-tick-rate: 1 - seed-based-feature-search: true - grass-spread-tick-rate: 1 - water-over-lava-flow-speed: 5 - use-faster-eigencraft-redstone: false - only-players-collide: false - allow-vehicle-collisions: true - allow-non-player-entities-on-scoreboards: false - portal-search-radius: 128 - portal-create-radius: 16 - portal-search-vanilla-dimension-scaling: true - keep-spawn-loaded: true - armor-stands-do-collision-entity-lookups: true - parrots-are-unaffected-by-player-movement: false - nether-ceiling-void-damage-height: 0 - container-update-tick-rate: 1 - disable-thunder: false - skeleton-horse-thunder-spawn-chance: 0.01 - disable-ice-and-snow: false - keep-spawn-loaded-range: 10 - disable-explosion-knockback: false - fix-climbing-bypassing-cramming-rule: false - prevent-tnt-from-moving-in-water: false - iron-golems-can-spawn-in-air: false - max-leash-distance: 10.0 - all-chunks-are-slime-chunks: false - armor-stands-tick: true - non-player-arrow-despawn-rate: -1 - creative-arrow-despawn-rate: -1 - entities-target-with-follow-range: false - spawner-nerfed-mobs-should-jump: false - zombies-target-turtle-eggs: true - zombie-villager-infection-chance: -1.0 - enable-treasure-maps: true - treasure-maps-return-already-discovered: false - light-queue-size: 20 - auto-save-interval: -1 - game-mechanics: - scan-for-legacy-ender-dragon: true - disable-pillager-patrols: false - fix-curing-zombie-villager-discount-exploit: true - disable-chest-cat-detection: false - nerf-pigmen-from-nether-portals: false - disable-player-crits: false - disable-sprint-interruption-on-attack: false - disable-end-credits: false - shield-blocking-delay: 5 - disable-unloaded-chunk-enderpearl-exploit: true - disable-relative-projectile-velocity: false - disable-mob-spawner-spawn-egg-transformation: false - pillager-patrols: - spawn-chance: 0.2 - spawn-delay: - per-player: false - ticks: 12000 - start: - per-player: false - day: 5 - entity-per-chunk-save-limit: - experience_orb: -1 - snowball: -1 - ender_pearl: -1 - arrow: -1 - max-growth-height: - cactus: 3 - reeds: 3 - bamboo: - max: 16 - min: 11 - fishing-time-range: - MinimumTicks: 100 - MaximumTicks: 600 - despawn-ranges: - soft: 32 - hard: 128 - frosted-ice: - enabled: true - delay: - min: 20 - max: 40 - lootables: - auto-replenish: false - restrict-player-reloot: true - reset-seed-on-fill: true - max-refills: -1 - refresh-min: 12h - refresh-max: 2d - mobs-can-always-pick-up-loot: - zombies: false - skeletons: false - alt-item-despawn-rate: - enabled: false - items: - COBBLESTONE: 300 - hopper: - cooldown-when-full: true - disable-move-event: false - lightning-strike-distance-limit: - sound: -1 - impact-sound: -1 - flash: -1 - wandering-trader: - spawn-minute-length: 1200 - spawn-day-length: 24000 - spawn-chance-failure-increment: 25 - spawn-chance-min: 25 - spawn-chance-max: 75 - door-breaking-difficulty: - zombie: - - HARD - vindicator: - - NORMAL - - HARD - anti-xray: - enabled: false - engine-mode: 1 - max-chunk-section-index: 3 - update-radius: 2 - lava-obscures: false - use-permission: false - hidden-blocks: - - gold_ore - - iron_ore - - coal_ore - - lapis_ore - - mossy_cobblestone - - obsidian - - chest - - diamond_ore - - redstone_ore - - clay - - emerald_ore - - ender_chest - replacement-blocks: - - stone - - oak_planks - viewdistances: - no-tick-view-distance: -1 - squid-spawn-height: - maximum: 0.0 - generator-settings: - flat-bedrock: false diff --git a/base/paper/plugins/CoreProtect/config.yml b/base/paper/plugins/CoreProtect/config.yml deleted file mode 100644 index dafe881..0000000 --- a/base/paper/plugins/CoreProtect/config.yml +++ /dev/null @@ -1,46 +0,0 @@ -donation-key: -use-mysql: false -table-prefix: co_ -mysql-host: 127.0.0.1 -mysql-port: 3306 -mysql-database: database -mysql-username: root -mysql-password: -check-updates: true -api-enabled: true -verbose: true -default-radius: 10 -max-radius: 100 -rollback-items: true -rollback-entities: true -skip-generic-data: true -block-place: true -block-break: true -natural-break: true -block-movement: true -pistons: true -block-burn: true -block-ignite: true -explosions: true -entity-change: true -entity-kills: true -sign-text: true -buckets: true -leaf-decay: true -tree-growth: true -mushroom-growth: true -vine-growth: true -portals: true -water-flow: true -lava-flow: true -liquid-tracking: true -item-transactions: true -item-drops: true -item-pickups: true -hopper-transactions: true -player-interactions: true -player-messages: true -player-commands: true -player-sessions: true -username-changes: true -worldedit: true diff --git a/base/paper/plugins/DiscordSRV/alerts.yml b/base/paper/plugins/DiscordSRV/alerts.yml deleted file mode 100644 index c381df0..0000000 --- a/base/paper/plugins/DiscordSRV/alerts.yml +++ /dev/null @@ -1 +0,0 @@ -Alerts: diff --git a/base/paper/plugins/DiscordSRV/config.yml b/base/paper/plugins/DiscordSRV/config.yml deleted file mode 100644 index 9cfe52d..0000000 --- a/base/paper/plugins/DiscordSRV/config.yml +++ /dev/null @@ -1,102 +0,0 @@ -ConfigVersion: 1.21.3 -BotToken: "BOTTOKEN" -Channels: {"global": "000000000000000000"} -DiscordConsoleChannelId: "000000000000000000" -DiscordInviteLink: "discord.gg/changethisintheconfig.yml" -DebugLevel: 0 -DebugJDA: false -DebugJDARestActions: false -CancelConsoleCommandIfLoggingFailed: true -RespectChatPlugins: true -ForcedLanguage: none -AvatarUrl: https://crafatar.com/avatars/{uuid-nodashes}.png?size={size}&overlay#{texture} -Experiment_JdbcAccountLinkBackend: "jdbc:mysql://HOST:PORT/DATABASE?autoReconnect=true&useSSL=false" -Experiment_JdbcTablePrefix: "discordsrv" -Experiment_JdbcUsername: "username" -Experiment_JdbcPassword: "password" -Experiment_WebhookChatMessageDelivery: false -Experiment_WebhookChatMessageUsernameFormat: "%displayname%" -Experiment_WebhookChatMessageUsernameFromDiscord: false -Experiment_WebhookChatMessageAvatarFromDiscord: false -Experiment_MCDiscordReserializer_ToDiscord: false -Experiment_MCDiscordReserializer_ToMinecraft: false -Experiment_MCDiscordReserializer_InBroadcast: false -Experiment_Automatic_Color_Translations: false -PrintGuildsAndChannels: true -ForceTLSv12: true -NoopHostnameVerifier: false -ParseEmojisToNames: true -MaximumAttemptsForSystemDNSBeforeUsingFallbackDNS: 3 -DisabledPluginHooks: [] -VentureChatBungee: false -EnablePresenceInformation: false -DiscordGameStatus: "Minecraft" -StatusUpdateRateInMinutes: 2 -DiscordChatChannelDiscordToMinecraft: true -DiscordChatChannelMinecraftToDiscord: true -DiscordChatChannelTruncateLength: 256 -DiscordChatChannelTranslateMentions: true -DiscordChatChannelAllowedMentions: [user, channel, emote] -DiscordChatChannelPrefixRequiredToProcessMessage: "" -DiscordChatChannelRolesAllowedToUseColorCodesInChat: ["Developer", "Owner", "Admin", "Moderator"] -DiscordChatChannelBroadcastDiscordMessagesToConsole: true -DiscordChatChannelRequireLinkedAccount: false -DiscordChatChannelBlockBots: false -DiscordChatChannelBlockedIds: ["000000000000000000", "000000000000000000", "000000000000000000"] -DiscordChatChannelColorTranslations: { - "99AAB5": "&f", - "1ABC9C": "&a", - "2ECC71": "&a", - "3498DB": "&3", - "9B59B6": "&5", - "E91E63": "&d", - "F1C40F": "&e", - "E67E22": "&6", - "E74C3C": "&c", - "95A5A6": "&7", - "607D8B": "&8", - "11806A": "&2", - "1F8B4C": "&2", - "206694": "&1", - "71368A": "&5", - "AD1457": "&d", - "C27C0E": "&6", - "A84300": "&6", - "992D22": "&4", - "979C9F": "&7", - "546E7A": "&8" -} -DiscordChatChannelRolesSelectionAsWhitelist: false -DiscordChatChannelRolesSelection: ["Don't show me!", "Misc role"] -DiscordConsoleChannelLogRefreshRateInSeconds: 5 -DiscordConsoleChannelUsageLog: "Console-%date%.log" -DiscordConsoleChannelBlacklistActsAsWhitelist: false -DiscordConsoleChannelBlacklistedCommands: ["?", "op", "deop", "execute"] -DiscordConsoleChannelFilters: {".*(?i)async chat thread.*": "", ".*There are \\d+ of a max of \\d+ players online.*": ""} -DiscordConsoleChannelLevels: [info, warn, error] -DiscordConsoleChannelAllowPluginUpload: false -DiscordChatChannelConsoleCommandEnabled: true -DiscordChatChannelConsoleCommandNotifyErrors: true -DiscordChatChannelConsoleCommandPrefix: "!c" -DiscordChatChannelConsoleCommandRolesAllowed: ["Developer", "Owner"] -DiscordChatChannelConsoleCommandWhitelist: ["say", "lag", "tps"] -DiscordChatChannelConsoleCommandWhitelistBypassRoles: ["Owner", "Developer"] -DiscordChatChannelConsoleCommandWhitelistActsAsBlacklist: false -DiscordChatChannelConsoleCommandExpiration: 0 -DiscordChatChannelConsoleCommandExpirationDeleteRequest: true -DiscordChatChannelListCommandEnabled: true -DiscordChatChannelListCommandMessage: "playerlist" -DiscordChatChannelListCommandExpiration: 10 -DiscordChatChannelListCommandExpirationDeleteRequest: true -DiscordChatChannelGameFilters: {} -DiscordChatChannelDiscordFilters: {".*Online players\\(.*": "", ".*\\*\\*No online players\\*\\*.*": ""} -ChannelTopicUpdaterChannelTopicsAtShutdownEnabled: true -ChannelTopicUpdaterRateInMinutes: 10 -DiscordCannedResponses: {"!ip": "yourserveripchange.me", "!site": "http://yoursiteurl.net"} -MinecraftDiscordAccountLinkedConsoleCommands: ["", "", ""] -MinecraftDiscordAccountUnlinkedConsoleCommands: ["", "", ""] -MinecraftDiscordAccountLinkedRoleNameToAddUserTo: "Linked" -MinecraftDiscordAccountLinkedAllowRelinkBySendingANewCode: false -ServerWatchdogEnabled: true -ServerWatchdogTimeout: 30 -ServerWatchdogMessageCount: 3 diff --git a/base/paper/plugins/DiscordSRV/linking.yml b/base/paper/plugins/DiscordSRV/linking.yml deleted file mode 100644 index 95d503a..0000000 --- a/base/paper/plugins/DiscordSRV/linking.yml +++ /dev/null @@ -1,21 +0,0 @@ -Require linked account to play: - Enabled: false - Listener priority: LOWEST - Listener event: AsyncPlayerPreLoginEvent - Bypass names: [Scarsz, Vankka] - Whitelisted players bypass check: true - Check banned players: false - Only check banned players: false - Not linked message: "&7You must link your &9Discord &7account to play.\n\n&7Send a DM to &b{BOT}&7 in the Discord server containing just &b{CODE}&7 to link your account.\n\n&7Discord Invite ยป &b{INVITE}" - Must be in Discord server: true - Subscriber role: - Require subscriber role to join: false - Subscriber roles: ["00000000000000000", "00000000000000000", "00000000000000000"] - Require all of the listed roles: false # when false, only one of the above roles is required - Kick message: "&cYou must be subscribed on Twitch to be able to play." - Messages: - DiscordSRV still starting: "&cCurrently unavailable to check link status because the server is still connecting to Discord.\n\nTry again in a minute." - Not in server: "&cYou are currently not a part of our Discord server.\n\nJoin at {INVITE}!" - Failed to find subscriber role: "&cFailed to find any subscriber role on Discord.\n\nContact your server admins about this issue." - Failed for unknown reason: "&cAn error occurred while trying to verify your account.\n\nContact your server admin about this issue." - Kicked for unlinking: "&cYou have been kicked from the server for unlinking your accounts.\n\nPlease rejoin the server to link your accounts again." diff --git a/base/paper/plugins/DiscordSRV/synchronization.yml b/base/paper/plugins/DiscordSRV/synchronization.yml deleted file mode 100644 index 04b5f69..0000000 --- a/base/paper/plugins/DiscordSRV/synchronization.yml +++ /dev/null @@ -1,14 +0,0 @@ -NicknameSynchronizationEnabled: false -NicknameSynchronizationCycleTime: 3 -NicknameSynchronizationFormat: "%displayname%" -GroupRoleSynchronizationGroupsAndRolesToSync: {"trusted": "000000000000000000", "vip": "000000000000000000"} -GroupRoleSynchronizationMinecraftIsAuthoritative: true -GroupRoleSynchronizationOneWay: false -GroupRoleSynchronizationEnableDenyPermission: false -GroupRoleSynchronizationPrimaryGroupOnly: false -GroupRoleSynchronizationOnLink: true -GroupRoleSynchronizationCycleTime: 5 -GroupRoleSynchronizationCycleCompletely: false -BanSynchronizationDiscordToMinecraft: false -BanSynchronizationDiscordToMinecraftReason: "&cYou have been banned until further notice from the server because you were banned on our Discord server." -BanSynchronizationMinecraftToDiscord: false diff --git a/base/paper/plugins/DiscordSRV/voice.yml b/base/paper/plugins/DiscordSRV/voice.yml deleted file mode 100644 index 87d2a87..0000000 --- a/base/paper/plugins/DiscordSRV/voice.yml +++ /dev/null @@ -1,10 +0,0 @@ -Voice enabled: false -Tick speed: 5 -Voice category: 000000000000000000 -Lobby channel: 000000000000000000 -Mute users who bypass speak permissions in the lobby: false -Network: - Vertical Strength: 40 - Horizontal Strength: 80 - Falloff: 5 - Allow voice activation detection: true diff --git a/base/paper/plugins/FarmControl/config.yml b/base/paper/plugins/FarmControl/config.yml deleted file mode 100644 index b432ad1..0000000 --- a/base/paper/plugins/FarmControl/config.yml +++ /dev/null @@ -1,58 +0,0 @@ -version: 2 -cycle-period: 600 -world-settings: - default: - profiles: - proactive: - - soft-nerf-animal-farms - reactive: - reactive-mode-settings: - trigger-tps-threshold: 18.0 - untrigger-tps-threshold: 19.9 - untrigger-settings: - minimum-cycles-before-undo: 10 - maximum-undos-per-cycle: 40 - entity-undo-weight: - default: 1 - villager: 5 - exclusion-settings: - tamed: true - named: true - love-mode: true - leashed: true - younger-than: 0 - type: - metadata: - - Elitemob # Elite mobs from the plugin EliteMobs. - - Elitemobs_NPC # NPCs from the plugin EliteMobs. - - Supermob # Super mobs from the plugin EliteMobs. - - infernalMetadata # Infernal mobs from the plugin InfernalMobs. - - NPC # NPCs from the plugin Citizens. - - shopkeeper # Shopkeepers from the plugin Shopkeepers. - action-settings: - undo-on: - default: - interact: false - damage: false - target: false - remove-ai: - interact: true - damage: true - target: true - remove-awareness: - interact: true - damage: true - target: true -tps-tracker-settings: - collection-period: 1200 - trim-outliers-to-within: 100.0 -paper-settings: - mspt-tracker-settings: - collection-period: 1200 - trim-outliers-to-within: 100.0 - world-settings: - default: - alternative-reactive-mode-settings: - use-alternative-settings: false - trigger-mspt-threshold: 47.0 - untrigger-mspt-threshold: 40.0 \ No newline at end of file diff --git a/base/paper/plugins/FarmControl/profiles.yml b/base/paper/plugins/FarmControl/profiles.yml deleted file mode 100644 index 545c200..0000000 --- a/base/paper/plugins/FarmControl/profiles.yml +++ /dev/null @@ -1,54 +0,0 @@ -profiles: - soft-nerf-animal-farms: - group: - types: - - "category:animal" - count: 15 - distance: 5 - actions: - - remove-random-movement - - disable-collisions - hard-nerf-animal-farms: - group: - types: - - "category:animal" - count: 15 - distance: 5 - actions: - - remove-awareness - - disable-collisions - freeze-animal-farms: - group: - types: - - "category:animal" - count: 15 - distance: 5 - actions: - - remove-ai - - disable-collisions - trim-animal-farms: - group: - types: - - "category:animal" - count: 21 - distance: 5 - pure: true - actions: - - kill - trim-sparse-animal-farms: - group: - types: - - "category:animal" - count: 51 - distance: 160 - pure: true - actions: - - kill - trim-villager-chunks: - group: - types: - - "villager" - count: 11 - distance: same-chunk - actions: - - kill \ No newline at end of file diff --git a/base/paper/plugins/HideStream/config.yml b/base/paper/plugins/HideStream/config.yml deleted file mode 100644 index 32e83ef..0000000 --- a/base/paper/plugins/HideStream/config.yml +++ /dev/null @@ -1,55 +0,0 @@ -Enabled: true -CheckForUpdates: true -NoCommandPermissionMsg: '&cYou do not have permission to do that!' -PerPlayerToggle: - Enable: false -Join: - HideJoin: true - NeedsToBeOnline: 0 - OnlyForNewPlayers: false - OnlyForOldPlayers: false - Permissions: - UsePermissions: false - HideOnlyIfHasPermission: false - HideOnlyIfWithoutPermission: false - AffectedWorlds: - - world - - world_nether - - world_the_end -Quit: - HideQuit: true - NeedsToBeOnline: 0 - OnlyForNewPlayers: false - OnlyForOldPlayers: false - Permissions: - UsePermissions: false - HideOnlyIfHasPermission: false - HideOnlyIfWithoutPermission: false - AffectedWorlds: - - world - - world_nether - - world_the_end -Kick: - HideKick: true - NeedsToBeOnline: 0 - OnlyForNewPlayers: false - OnlyForOldPlayers: false - Permissions: - UsePermissions: false - HideOnlyIfHasPermission: false - HideOnlyIfWithoutPermission: false - AffectedWorlds: - - world - - world_nether - - world_the_end -Death: - HideDeath: true - NeedsToBeOnline: 0 - Permissions: - UsePermissions: false - HideOnlyIfHasPermission: false - HideOnlyIfWithoutPermission: false - AffectedWorlds: - - world - - world_nether - - world_the_end diff --git a/base/paper/plugins/LuckPerms/config.yml b/base/paper/plugins/LuckPerms/config.yml deleted file mode 100644 index 6a5b1af..0000000 --- a/base/paper/plugins/LuckPerms/config.yml +++ /dev/null @@ -1,103 +0,0 @@ -server: global -use-server-uuid-cache: false -storage-method: h2 -data: - address: localhost - database: minecraft - username: root - password: '' - pool-settings: - maximum-pool-size: 10 - minimum-idle: 10 - maximum-lifetime: 1800000 # 30 minutes - keepalive-time: 0 - connection-timeout: 5000 # 5 seconds - properties: - useUnicode: true - characterEncoding: utf8 - table-prefix: 'luckperms_' - mongodb-collection-prefix: '' - mongodb-connection-uri: '' -split-storage: - enabled: false - methods: - user: h2 - group: h2 - track: h2 - uuid: h2 - log: h2 -sync-minutes: -1 -watch-files: true -messaging-service: auto -auto-push-updates: true -push-log-entries: true -broadcast-received-log-entries: true -redis: - enabled: false - address: localhost - password: '' -rabbitmq: - enabled: false - address: localhost - vhost: '/' - username: 'guest' - password: 'guest' -temporary-add-behaviour: deny -primary-group-calculation: parents-by-weight -argument-based-command-permissions: false -require-sender-group-membership-to-modify: false -log-notify: true -log-notify-filtered-descriptions: -auto-install-translations: true -meta-formatting: - prefix: - format: - - "highest" - duplicates: first-only - start-spacer: "" - middle-spacer: " " - end-spacer: "" - suffix: - format: - - "highest" - duplicates: first-only - start-spacer: "" - middle-spacer: " " - end-spacer: "" -inheritance-traversal-algorithm: depth-first-pre-order -post-traversal-inheritance-sort: false -context-satisfy-mode: at-least-one-value-per-key -disabled-contexts: -include-global: true -include-global-world: true -apply-global-groups: true -apply-global-world-groups: true -meta-value-selection-default: inheritance -meta-value-selection: -apply-wildcards: true -apply-sponge-implicit-wildcards: false -apply-default-negated-permissions-before-wildcards: false -apply-regex: true -apply-shorthand: true -apply-bukkit-child-permissions: true -apply-bukkit-default-permissions: true -apply-bukkit-attachment-permissions: true -world-rewrite: -group-weight: -enable-ops: true -auto-op: false -commands-allow-op: true -vault-unsafe-lookups: false -vault-group-use-displaynames: true -vault-npc-group: default -vault-npc-op-status: false -use-vault-server: false -vault-server: global -vault-include-global: true -vault-ignore-world: false -debug-logins: false -allow-invalid-usernames: false -prevent-primary-group-removal: false -update-client-command-list: true -register-command-list-data: true -resolve-command-selectors: false diff --git a/base/paper/plugins/MultiChat/localconfig.yml b/base/paper/plugins/MultiChat/localconfig.yml deleted file mode 100644 index e8e9739..0000000 --- a/base/paper/plugins/MultiChat/localconfig.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: "1.9.6" # -server_name: "UNNAMED_SERVER" -override_global_format: false -override_global_format_format: "&5[&dG&5] &f%DISPLAYNAME%&f: " -override_all_multichat_formatting: false -force_multichat_format: false -set_local_format: true -local_chat_format: "&3[&bL&3] &f%DISPLAYNAME%&f: &7" -multichat_placeholders: - nickname: "%NICK%" - papi_displayname: "%player_displayname%" -nickname_blacklist: -- "(?i)Notch" -- "(?i)Jeb" -show_nickname_prefix: false -nickname_prefix: "~" -nickname_length_limit: 20 -nickname_length_min: 3 -nickname_length_limit_formatting: false -nickname_sql: false -mysql: false -mysql_url: "" # For example "localhost:3306" -mysql_database: "" # Put the name of your MySQL database here -mysql_user: "" -mysql_pass: "" -mysql_flags: [] -force_channel: - - regex: '^&f\[&3TC&f\].*' - ignore_format_codes: false - channel: 'local' - - regex: '^&f\[&6NC&f\].*' - ignore_format_codes: false - channel: 'local' - - regex: '^&f\[&4ADMIN&f\].*' - ignore_format_codes: false - channel: 'local' - - regex: '^&f\[&9MOD&f\].*' - ignore_format_codes: false - channel: 'local' diff --git a/base/paper/plugins/Multiverse-Core/config.yml b/base/paper/plugins/Multiverse-Core/config.yml deleted file mode 100644 index d1ddde8..0000000 --- a/base/paper/plugins/Multiverse-Core/config.yml +++ /dev/null @@ -1,19 +0,0 @@ -multiverse-configuration: - ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration - enforceaccess: 'false' - prefixchat: 'true' - prefixchatformat: '[%world%]%chat%' - useasyncchat: 'true' - teleportintercept: 'true' - firstspawnoverride: 'true' - displaypermerrors: 'true' - globaldebug: '0' - silentstart: 'false' - messagecooldown: '5000' - version: '2.9' - firstspawnworld: world - teleportcooldown: '1000' - defaultportalsearch: 'false' - portalsearchradius: '128' - autopurge: 'true' - idonotwanttodonate: 'false' diff --git a/base/paper/plugins/OpenInv/config.yml b/base/paper/plugins/OpenInv/config.yml deleted file mode 100644 index d8bc7bb..0000000 --- a/base/paper/plugins/OpenInv/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -config-version: 4 -settings: - disable-saving: false - locale: 'en_us' diff --git a/base/paper/plugins/PlaceholderAPI/config.yml b/base/paper/plugins/PlaceholderAPI/config.yml deleted file mode 100644 index 7084c48..0000000 --- a/base/paper/plugins/PlaceholderAPI/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -check_updates: true -cloud_enabled: true -cloud_sorting: "name" -cloud_allow_unverified_expansions: false -boolean: - 'true': 'yes' - 'false': 'no' -date_format: MM/dd/yy HH:mm:ss -debug: false diff --git a/base/paper/plugins/PremiumVanish/config.yml b/base/paper/plugins/PremiumVanish/config.yml deleted file mode 100644 index 35138dd..0000000 --- a/base/paper/plugins/PremiumVanish/config.yml +++ /dev/null @@ -1,167 +0,0 @@ -InvisibilityFeatures: - NightVisionEffect: true - DisableDamage: true - DisableHunger: true - DisableMobTarget: true - DisablePreventBlockPlacement: true - RequireChatMessageSuffix: "/" - OpenChestsSilently: true - OpenChestsSilentlyPacketAdapter: false - OpenPlayerInventoryOnRightClick: true - AllowSpectatorInventoryEdit: true - DisablePressurePlates: true - DisablePush: false - HideInTablist: true - ResetShowInTabOnQuit: true - HideInGame: true - HideSpectatorMode: true - DefaultPickUpItemsOption: false - VanishCommands: - ReappearCommands: - CustomCommandMessages: - '/examplemsg1 ': "&cPlayer not found" - DisableEnvironmentalDamageAfterReappear: 5 - SetSleepingIgnored: true - SwitchGamemode: true -VanishStateFeatures: - AutoVanishOnJoin: false - ReappearOnWorldChange: false - ReappearOnQuit: false - CheckPermissionOnWorldChange: false - CheckPermissionOnQuit: false - CheckPermissionOnLogin: false -IndicationFeatures: - LayeredPermissions: - EnableSeePermission: true - LayeredSeeAndUsePermissions: false - MaxLevel: 100 - HideInvisibleInCommands: false - AlternatePermissionChecking: false - StrictSetLevelPermissionChecking: false - MarkVanishedPlayersAsSpectators: true - MarkVanishedPlayersWithGlow: false -SurvivalFriendlyFeatures: - Fly: - Enable: true - DisableOnReappear: true - GameMode: - ChangeToOnVanish: - Default: KEEP - ExampleWorld123: SPECTATOR - ChangeToOnReappear: - Default: KEEP - AnotherExampleWorld2: SURVIVAL - ReApplyGameModeChangeOnWorldChange: true - ReApplyGameModeChangeOnJoin: true - AlwaysApplyOnJoinVanished: true - Location: - TeleportBackOnReappear: false -MessageOptions: - MessagesOnVanishReappear: - BroadcastMessageOnVanish: true - BroadcastMessageOnReappear: true - AdminsGetAnnouncementInstead: true - DontSendFakeJoinQuit: false - DontSendAdminAnnouncements: false - MessagesOnJoinQuit: - HideRealJoinQuitMessages: true - AnnounceRealJoinQuit: true - ReappearOnQuitHideMessage: true - RemindVanishedOnJoin: true - DisplayActionBar: true -RestrictiveOptions: - PreventBlockBreaking: false - PreventBlockPlacing: false - PreventBlockUse: false - PreventInteract: false - PreventHittingEntities: false - PreventDroppingItems: false - PreventModifyingOwnInventory: false - PreventModifyingOtherInventory: false - PreventSpectatorTeleporting: false - PreventCreativeItemGrab: false - HiddenCoordinates: false - Commands: - VanishedCommandBlacklist: - - examplecommand123test - - anotherexamplecommand123 - UseAsWhitelist: false -ExternalInvisibility: - ServerList: - AdjustAmountOfOnlinePlayers: true - AdjustListOfLoggedInPlayers: true -ScoreboardOptions: - Enable: true - Permission: false - Sidebar: - ScoreboardHeader: "&6> PremiumVanish <" - Lines: - - "" - - "&aTarget: &f%target% %locked%" - - "#" - - "#&aPing: &f%ping%" - - "" - - "&aTPS: &f%tps%" - - "#" - - "#&aHealth: &f%health%/%maxhealth%hp" - - "" - - "&aTime: &f%time{hh:mma | yyyy/MM/dd}%" - - "" - InfoUpdateInterval: 5 - Targeting: - AutoTargetClosestPlayer: true - TargetOnRightClick: true - TargetGlows: true -HookOptions: - EnableEssentialsHook: true - EnableDynmapHook: true - DynmapSendJoinLeaveMessages: true - EnableLibsDisguisesHook: true - EnableDisguiseCraftHook: true - EnableTrailGUIHook: true - EnableSuperTrailsHook: true - EnablePlaceholderAPIHook: true - EnableMVdWPlaceholderAPIHook: true - EnableCitizensHook: true - EnableCustomParticleEffectsHook: true - EnableNametagEditHook: true - EnableFeatherBoardHook: true - EnableEnjinMinecraftPluginHook: true - EnableCMIHook: true - EnableDiscordSRVHook: true -InvisibilityMethod: - PlayerHider: "Hybrid" - Advanced: - DisabledInvisibilityModules: - - ScoreboardTeam - - TabComplete -CompatibilityOptions: - PlayerJoinEventPriority: HIGH # <- keep HIGH if you use Essentials to modify join/quit messages !! - PlayerQuitEventPriority: HIGH - AsyncPlayerChatEventPriority: HIGH - PlayerCommandPreprocessEventPriority: HIGH -MiscellaneousOptions: - Bungeecord: - Enable: false - Ip: "" - Port: "3306" - CustomURI: "" - User: "" - Password: "" - Database: "" - BasicDatabaseConnector: false - AntiSpam: - AntiSpamCheck: true - AntiSpamDelay: 1 - AlwaysCoverVanish: false - Command: - Name: "pv" - Aliases: - - "premiumvanish" - - "v" - - "vanish" - ForceOverrideForAliases: true - UpdateChecker: - Enable: true - NotifyAdmins: true -ConfigVersion: 2.6.6 \ No newline at end of file diff --git a/base/paper/plugins/PrometheusExporter/config.yml b/base/paper/plugins/PrometheusExporter/config.yml deleted file mode 100644 index 7e2935f..0000000 --- a/base/paper/plugins/PrometheusExporter/config.yml +++ /dev/null @@ -1,18 +0,0 @@ -host: localhost -port: 9225 -enable_metrics: - entities_total: true - villagers_total: true - loaded_chunks_total: true - jvm_memory: true - players_online_total: true - players_total: true - tps: true - jvm_threads: true - jvm_gc: true - tick_duration_median: true - tick_duration_average: true - tick_duration_min: false - tick_duration_max: true - player_online: false - player_statistic: false diff --git a/base/paper/plugins/ProtocolLib/config.yml b/base/paper/plugins/ProtocolLib/config.yml deleted file mode 100644 index 08b7080..0000000 --- a/base/paper/plugins/ProtocolLib/config.yml +++ /dev/null @@ -1,13 +0,0 @@ -global: - auto updater: - notify: true - download: false - delay: 43200 # 12 hours - metrics: true - background compiler: true - ignore version check: - injection method: - debug: false - detailed error: false - script engine: JavaScript - suppressed reports: \ No newline at end of file diff --git a/base/paper/plugins/Shopkeepers/config.yml b/base/paper/plugins/Shopkeepers/config.yml deleted file mode 100644 index ea3fbd9..0000000 --- a/base/paper/plugins/Shopkeepers/config.yml +++ /dev/null @@ -1,471 +0,0 @@ -config-version: 3 -debug: false -debug-options: [] -enable-metrics: true -file-encoding: "UTF-8" -save-instantly: true -convert-player-items: false -convert-all-player-items: true -convert-player-items-exceptions: [] -enable-spawn-verifier: false -bypass-spawn-blocking: true -check-shop-interaction-result: false -enable-world-guard-restrictions: false -require-world-guard-allow-shop-flag: false -register-world-guard-allow-shop-flag: true -enable-towny-restrictions: false -shop-creation-item: - type: VILLAGER_SPAWN_EGG - display-name: "&aShopkeeper" -prevent-shop-creation-item-regular-usage: true -deleting-player-shop-returns-creation-item: false -create-player-shop-with-command: false -require-container-recently-placed: true -max-container-distance: 15 -max-shops-per-player: 0 -max-shops-perm-options: 5,15,25 -protect-containers: true -prevent-item-movement: true -delete-shopkeeper-on-break-container: false -player-shopkeeper-inactive-days: 0 -enabled-living-shops: -- VILLAGER -- COW -- MUSHROOM_COW -- SHEEP -- PIG -- CHICKEN -- OCELOT -- RABBIT -- WOLF -- SNOWMAN -- IRON_GOLEM -- POLAR_BEAR -- BLAZE -- SILVERFISH -- SKELETON -- STRAY -- WITHER_SKELETON -- SPIDER -- CAVE_SPIDER -- CREEPER -- WITCH -- ENDERMAN -- ZOMBIE -- ZOMBIE_VILLAGER -- HUSK -- GIANT -- GHAST -- SLIME -- MAGMA_CUBE -- SQUID -- HORSE -- MULE -- DONKEY -- SKELETON_HORSE -- ZOMBIE_HORSE -- EVOKER -- VEX -- VINDICATOR -- ILLUSIONER -- PARROT -- TURTLE -- PHANTOM -- COD -- SALMON -- PUFFERFISH -- TROPICAL_FISH -- DROWNED -- DOLPHIN -- CAT -- PANDA -- PILLAGER -- RAVAGER -- LLAMA -- TRADER_LLAMA -- WANDERING_TRADER -- FOX -- BEE -- ZOMBIFIED_PIGLIN -- PIGLIN -- HOGLIN -- ZOGLIN -- STRIDER -disable-gravity: false -gravity-chunk-range: 4 -silence-living-shop-entities: true -show-nameplates: true -always-show-nameplates: false -nameplate-prefix: "&a" -enable-citizen-shops: true -enable-sign-shops: true -enable-sign-post-shops: true -sign-shop-first-line: "[SHOP]" -name-regex: "[A-Za-z0-9 ]{3,25}" -naming-of-player-shops-via-item: false -allow-renaming-of-player-npc-shops: false -editor-title: "Shopkeeper Editor" -max-trades-pages: 5 -previous-page-item: WRITABLE_BOOK -next-page-item: WRITABLE_BOOK -current-page-item: WRITABLE_BOOK -trade-setup-item: PAPER -name-item: NAME_TAG -enable-container-option-on-player-shop: true -container-item: CHEST -delete-item: BONE -disable-other-villagers: false -block-villager-spawns: false -disable-zombie-villager-curing: false -hire-other-villagers: false -disable-wandering-traders: false -block-wandering-trader-spawns: false -hire-wandering-traders: false -edit-regular-villagers: true -edit-regular-wandering-traders: true -hire-item: EMERALD -hire-other-villagers-costs: 1 -for-hire-title: "For Hire" -hire-require-creation-permission: true -prevent-trading-with-own-shop: true -prevent-trading-while-owner-is-online: false -use-strict-item-comparison: false -enable-purchase-logging: false -increment-villager-statistics: false -tax-rate: 0 -tax-round-up: false -currency-item: EMERALD -zero-currency-item: BARRIER -high-currency-item: EMERALD_BLOCK -zero-high-currency-item: BARRIER -high-currency-value: 9 -high-currency-min-cost: 20 -language: en -msg-shop-type-admin-regular: "Admin shop" -msg-shop-type-selling: "Selling shop" -msg-shop-type-buying: "Buying shop" -msg-shop-type-trading: "Trading shop" -msg-shop-type-book: "Book shop" -msg-shop-type-desc-admin-regular: "has unlimited stock" -msg-shop-type-desc-selling: "sells items to players" -msg-shop-type-desc-buying: "buys items from players" -msg-shop-type-desc-trading: "trades items with players" -msg-shop-type-desc-book: "sells book copies" -msg-shop-object-type-living: "{type}" -msg-shop-object-type-sign: "sign" -msg-shop-object-type-npc: "npc" -msg-selected-shop-type: "&aSelected shop type: &6{type} &7({description})" -msg-selected-shop-object-type: "&aSelected object type: &6{type}" -msg-creation-item-selected: |- - &aShop creation: - &e Left/Right-click to select the shop type. - &e Sneak + left/right-click to select the object type. - &e Right-click a container to select it. - &e Then right-click a block to place the shopkeeper. -msg-button-previous-page: "&6<- Previous page ({prev_page} of {max_page})" -msg-button-previous-page-lore: [] -msg-button-next-page: "&6Next page ({next_page} of {max_page}) ->" -msg-button-next-page-lore: [] -msg-button-current-page: "&6Page {page} of {max_page}" -msg-button-current-page-lore: [] -msg-button-name: "&aSet shop name" -msg-button-name-lore: -- Lets you rename -- your shopkeeper -msg-button-container: "&aView shop inventory" -msg-button-container-lore: -- Lets you view the inventory -- your shopkeeper is using -msg-button-delete: "&4Delete" -msg-button-delete-lore: -- Closes and removes -- this shopkeeper -msg-button-hire: "&aHire" -msg-button-hire-lore: -- Buy this shopkeeper -msg-button-sign-variant: "&aChoose sign variant" -msg-button-sign-variant-lore: -- "Changes the sign's" -- "wood type" -msg-button-baby: "&aToggle baby variant" -msg-button-baby-lore: -- "Toggles between the mob's" -- "baby and adult variant" -msg-button-sitting: "&aToggle sitting pose" -msg-button-sitting-lore: -- "Toggles the mob's" -- "sitting pose" -msg-button-cat-variant: "&aChoose cat variant" -msg-button-cat-variant-lore: -- "Changes the cat's look" -msg-button-rabbit-variant: "&aChoose rabbit variant" -msg-button-rabbit-variant-lore: -- "Changes the rabbit's look" -msg-button-collar-color: "&aChoose collar color" -msg-button-collar-color-lore: -- "Changes the mob's" -- "collar color" -msg-button-wolf-angry: "&aToggle angry wolf" -msg-button-wolf-angry-lore: -- "Toggles the wolf's" -- "angry state" -msg-button-carrying-chest: "&aToggle carrying chest" -msg-button-carrying-chest-lore: -- "Toggles whether the mob" -- "is carrying a chest" -msg-button-horse-color: "&aChoose horse color" -msg-button-horse-color-lore: -- "Changes the color" -- "of the horse" -msg-button-horse-style: "&aChoose horse style" -msg-button-horse-style-lore: -- "Changes the coat pattern" -- "of the horse" -msg-button-horse-armor: "&aChoose horse armor" -msg-button-horse-armor-lore: -- "Changes the armor" -- "of the horse" -msg-button-llama-variant: "&aChoose llama variant" -msg-button-llama-variant-lore: -- "Changes the llama's look" -msg-button-llama-carpet-color: "&aLlama carpet color" -msg-button-llama-carpet-color-lore: -- "Changes the llama's" -- "carpet color" -msg-button-creeper-charged: "&aToggle charged creeper" -msg-button-creeper-charged-lore: -- "Toggles the creeper's" -- "charged state" -msg-button-fox-variant: "&aChoose fox variant" -msg-button-fox-variant-lore: -- "Changes the fox's look" -msg-button-fox-crouching: "&aToggle crouching pose" -msg-button-fox-crouching-lore: -- "Toggles the fox's" -- "crouching pose" -msg-button-fox-sleeping: "&aToggle sleeping pose" -msg-button-fox-sleeping-lore: -- "Toggles the fox's" -- "sleeping pose" -msg-button-mooshroom-variant: "&aChoose mooshroom variant" -msg-button-mooshroom-variant-lore: -- "Changes the look" -- "of the mooshroom" -msg-button-panda-variant: "&aChoose panda variant" -msg-button-panda-variant-lore: -- "Changes the panda's look" -msg-button-parrot-variant: "&aChoose parrot variant" -msg-button-parrot-variant-lore: -- "Changes the parrot's look" -msg-button-pig-saddle: "&aToggle pig saddle" -msg-button-pig-saddle-lore: -- "Toggles the pig's saddle" -msg-button-sheep-color: "&aChoose sheep color" -msg-button-sheep-color-lore: -- "Changes the sheep's" -- "wool color" -msg-button-sheep-sheared: "&aToggle sheared sheep" -msg-button-sheep-sheared-lore: -- "Toggles the sheep's" -- "sheared state" -msg-button-villager-profession: "&aChoose villager profession" -msg-button-villager-profession-lore: -- "Changes the profession" -- "of the villager" -msg-button-villager-variant: "&aChoose villager variant" -msg-button-villager-variant-lore: -- "Changes the look" -- "of the villager" -msg-button-villager-level: "&aChoose villager badge color" -msg-button-villager-level-lore: -- "Changes the badge color" -- "of the villager" -msg-button-zombie-villager-profession: "&aChoose villager profession" -msg-button-zombie-villager-profession-lore: -- "Changes the profession" -- "of the zombie villager" -msg-button-slime-size: "&aChoose slime size" -msg-button-slime-size-lore: -- "Cycles the slime's size." -- "Current size: &e{size}" -msg-button-magma-cube-size: "&aChoose magma cube size" -msg-button-magma-cube-size-lore: -- "Cycles the magma cube's size." -- "Current size: &e{size}" -msg-trading-title-prefix: "&2" -msg-trading-title-default: "Shopkeeper" -msg-container-selected: "&aContainer selected! Right-click a block to place your shopkeeper." -msg-unsupported-container: "&7This type of container cannot be used for shops." -msg-must-select-container: "&7You must right-click a container before placing your shopkeeper." -msg-invalid-container: "&7The selected block is not a valid container!" -msg-container-too-far-away: "&7The shopkeeper's container is too far away!" -msg-container-not-placed: "&7You must select a container you have recently placed!" -msg-container-already-in-use: "&7Another shopkeeper is already using the selected container!" -msg-no-container-access: "&7You cannot access the selected container!" -msg-too-many-shops: "&7You have too many shops!" -msg-no-admin-shop-type-selected: "&7You have to select an admin shop type!" -msg-no-player-shop-type-selected: "&7You have to select a player shop type!" -msg-shop-create-fail: "&7You cannot create a shopkeeper there." -msg-type-new-name: "&aPlease type the shop's name into the chat.\n &aType a dash (-) to remove the name." -msg-name-set: "&aThe shop's name has been set!" -msg-name-has-not-changed: "&aThe shop's name has not changed." -msg-name-invalid: "&aThat name is not valid!" -msg-shop-type-disabled: "&7The shop type '&6{type}&7' is disabled." -msg-shop-object-type-disabled: "&7The shop object type '&6{type}&7' is disabled." -msg-must-target-shop: "&7You have to target a shopkeeper." -msg-must-target-admin-shop: "&7You have to target an admin shopkeeper." -msg-must-target-player-shop: "&7You have to target a player shopkeeper." -msg-target-entity-is-no-shop: "&7The targeted entity is no shopkeeper." -msg-target-shop-is-no-admin-shop: "&7The targeted shopkeeper is no admin shopkeeper." -msg-target-shop-is-no-player-shop: "&7The targeted shopkeeper is no player shopkeeper." -msg-unused-container: "&7No shopkeeper is using this container." -msg-not-owner: "&7You are not the owner of this shopkeeper." -msg-owner-set: "&aNew owner was set to &e{owner}" -msg-shop-creation-items-given: "&aPlayer &e{player}&a has received &e{amount}&a shop creation item(s)!" -msg-shop-creation-items-received: "&aYou have received &e{amount}&a shop creation item(s)!" -msg-currency-items-given: "&aPlayer &e{player}&a has received &e{amount}&a currency item(s)!" -msg-currency-items-received: "&aYou have received &e{amount}&a currency item(s)!" -msg-high-currency-items-given: "&aPlayer &e{player}&a has received &e{amount}&a high currency item(s)!" -msg-high-currency-items-received: "&aYou have received &e{amount}&a high currency item(s)!" -msg-high-currency-disabled: "&cThe high currency is disabled!" -msg-items-converted: "&aConverted &e{count}&a item stack(s)!" -msg-unknown-book-author: "Unknown" -msg-trade-perm-set: "&aThe shop's trading permission has been set to '&e{perm}&a'!" -msg-trade-perm-removed: "&aThe shop's trading permission '&e{perm}&a' has been removed!" -msg-trade-perm-view: "&aThe shop's current trading permission is '&e{perm}&a'." -msg-zombie-villager-curing-disabled: "&7Curing of zombie villagers is disabled." -msg-must-hold-hire-item: "&7You have to hold the required hire item in your hand." -msg-set-for-hire: "&aThe Shopkeeper was set for hire." -msg-hired: "&aYou have hired this shopkeeper!" -msg-missing-hire-perm: "&7You do not have the permission to hire shopkeepers." -msg-cant-hire: "&7You cannot afford to hire this shopkeeper." -msg-cant-hire-shop-type: "&7You do not have the permission to hire this type of shopkeeper." -msg-villager-for-hire: "&aThe villager offered his services as a shopkeeper in exchange for &6{costs}x {hire-item}&a." -msg-missing-trade-perm: "&7You do not have the permission to trade with this shop." -msg-missing-custom-trade-perm: "&7You do not have the permission to trade with this shop." -msg-cant-trade-with-own-shop: "&7You cannot trade with your own shop." -msg-cant-trade-while-owner-online: "&7You cannot trade while the owner of this shop ('&e{owner}&7') is online." -msg-cant-trade-with-shop-missing-container: "&7You cannot trade with this shop, because its container is missing." -msg-shopkeeper-created: "&aShopkeeper created: &6{type} &7({description})\n{setupDesc}" -msg-shop-setup-desc-selling: |- - &e Add items you want to sell to your container, then - &e right-click the shop while sneaking to modify costs. -msg-shop-setup-desc-buying: |- - &e Add one of each item you want to buy to your container, - &e then right-click the shop while sneaking to modify costs. -msg-shop-setup-desc-trading: |- - &e Add items you want to sell to your container, then - &e right-click the shop while sneaking to modify costs. -msg-shop-setup-desc-book: |- - &e Add written and blank books to your container, then - &e right-click the shop while sneaking to modify costs. -msg-shop-setup-desc-admin-regular: |- - &e Right-click the shop while sneaking to modify trades. -msg-trade-setup-desc-header: '&6{shopType}' -msg-trade-setup-desc-admin-regular: -- Has unlimited stock. -- Insert items from your inventory. -- 'Top row: Result items' -- 'Bottom rows: Cost items' -msg-trade-setup-desc-selling: -- Sells items to players. -- Insert items to sell into the container. -- Left/Right click to adjust amounts. -- 'Top row: Items being sold' -- 'Bottom rows: Cost items' -msg-trade-setup-desc-buying: -- Buys items from players. -- Insert one of each item you want to -- buy and plenty of currency items -- into the container. -- Left/Right click to adjust amounts. -- 'Top row: Cost items' -- 'Bottom row: Items being bought' -msg-trade-setup-desc-trading: -- Trades items with players. -- Pickup an item from your inventory -- and then click a slot to place it. -- Left/Right click to adjust amounts. -- 'Top row: Result items' -- 'Bottom rows: Cost items' -msg-trade-setup-desc-book: -- Sells book copies. -- Insert written and blank books -- into the container. -- Left/Right click to adjust costs. -- 'Top row: Books being sold' -- 'Bottom rows: Cost items' -msg-missing-edit-villagers-perm: "&7You do not have the permission to edit villagers." -msg-missing-edit-wandering-traders-perm: "&7You do not have the permission to edit wandering traders." -msg-must-target-entity: "&7You have to target an entity." -msg-must-target-villager: "&7You have to target a villager." -msg-target-entity-is-no-villager: "&7The targeted entity is no regular villager." -msg-villager-editor-title: "&aVillager Editor: &e{villagerName}" -msg-villager-editor-description-header: "&6Villager Editor" -msg-villager-editor-description: -- 'Top row: Result items' -- 'Bottom rows: Cost items' -- 'Edited trades have infinite' -- 'uses and no XP rewards.' -msg-button-delete-villager: "&4Delete" -msg-button-delete-villager-lore: -- Deletes the villager -msg-button-villager-inventory: "&aView villager inventory" -msg-button-villager-inventory-lore: -- Lets you view a copy of -- the villager's inventory -msg-button-mob-ai: "&aToggle mob AI" -msg-button-mob-ai-lore: -- "Toggles the mob's AI" -msg-villager-inventory-title: "Villager inventory (copy)" -msg-set-villager-xp: "&aSet the villager's XP to &e{xp}" -msg-no-villager-trades-changed: "&aNo trades have been changed." -msg-villager-trades-changed: "&e{changedTrades}&a trades have been changed." -msg-list-admin-shops-header: "&9There are &e{shopsCount} &9admin shops: &e(Page {page} of {maxPage})" -msg-list-all-shops-header: "&9There are &e{shopsCount} &9shops in total: &e(Page {page} of {maxPage})" -msg-list-player-shops-header: "&9Player '&e{player}&9' has &e{shopsCount} &9shops: &e(Page {page} of {maxPage})" -msg-list-shops-entry: " &e{shopId}) &7{shopName}&r&8at &7({location})&8, type: &7{shopType}&8, object: &7{objectType}" -msg-removed-admin-shops: "&e{shopsCount} &aadmin shops were removed." -msg-removed-shops-of-player: "&e{shopsCount} &ashops of player '&e{player}&a' were removed." -msg-removed-player-shops: "&e{shopsCount} &aplayer shops were removed." -msg-confirm-remove-all-admin-shops: "&cYou are about to irrevocable remove all admin shops (&6{shopsCount}&c)!" -msg-confirm-remove-all-own-shops: "&cYou are about to irrevocable remove all your shops (&6{shopsCount}&c)!" -msg-confirm-remove-all-shops-of-player: "&cYou are about to irrevocable remove all shops of player &6{player}&c (&6{shopsCount}&c)!" -msg-confirm-remove-all-player-shops: "&cYou are about to irrevocable remove all player shops of all players (&6{shopsCount}&c)!" -msg-confirmation-required: "&7Please confirm this action by typing &6/shopkeepers confirm" -msg-confirmation-expired: "&cConfirmation expired." -msg-nothing-to-confirm: "&cThere is nothing to confirm currently." -msg-no-permission: "&cYou don't have the permission to do that." -msg-command-unknown: "&cUnknown command '&e{command}&c'!" -msg-command-argument-unexpected: "&cUnexpected argument '&e{argument}&c'." -msg-command-argument-requires-player: "&cArgument '&e{argumentFormat}&c' requires a player to execute the command." -msg-command-argument-missing: "&cMissing argument '&e{argumentFormat}&c'." -msg-command-argument-invalid: "&cInvalid argument '&e{argument}&c'." -msg-command-player-argument-missing: "&cNo player specified for '&e{argumentFormat}&c'." -msg-command-player-argument-invalid: "&cNo player found for '&e{argument}&c'." -msg-command-shop-type-argument-invalid: "&cUnknown shop type '&e{argument}&c'." -msg-command-shop-object-type-argument-invalid: "&cUnknown shop object type '&e{argument}&c'." -msg-command-shopkeeper-argument-invalid: "&cNo shopkeeper found for '&e{argument}&c'." -msg-command-shopkeeper-argument-no-admin-shop: "&cShopkeeper '&e{argument}&c' is no admin shopkeeper." -msg-command-shopkeeper-argument-no-player-shop: "&cShopkeeper '&e{argument}&c' is no player shopkeeper." -msg-ambiguous-player-name: "&cThere are multiple matches for the name '&e{name}&c'!" -msg-ambiguous-player-name-entry: "&c - '&e{name}&r&c' (&6{uuid}&c)" -msg-ambiguous-player-name-more: "&c - ...." -msg-command-help-title: "&9***** &8[&6Shopkeepers v{version}&8] &9*****" -msg-command-help-usage-format: "&e{usage}" -msg-command-help-description-format: "&8 - &3{description}" -msg-command-description-shopkeeper: "Creates a shopkeeper." -msg-command-description-help: "Shows this help page." -msg-command-description-reload: "Reloads this plugin." -msg-command-description-debug: "Toggles debug mode on and off." -msg-command-description-list: "Lists all shops for the specified player, or all admin shops." -msg-command-description-remove: "Removes all shops for the specified player, all players, or all admin shops." -msg-command-description-give: "Gives shop creation item(s) to the specified player." -msg-command-description-give-currency: "Gives currency item(s) to the specified player." -msg-command-description-convert-items: "Converts the held (or all) items to conform to Spigot's data format." -msg-command-description-remote: "Remotely opens a shop (Optionally: For another player)." -msg-command-description-remote-edit: "Remotely edits a shop." -msg-command-description-transfer: "Transfers the ownership of a shop." -msg-command-description-settradeperm: "Sets, removes (-) or displays (?) the trading permission." -msg-command-description-setforhire: "Sets one of your shops for sale." -msg-command-description-edit-villager: "Opens the editor for the target villager." diff --git a/base/paper/plugins/TAB-BukkitBridge/config.yml b/base/paper/plugins/TAB-BukkitBridge/config.yml deleted file mode 100644 index 1f6a933..0000000 --- a/base/paper/plugins/TAB-BukkitBridge/config.yml +++ /dev/null @@ -1 +0,0 @@ -automatic-expansion-downloading: true \ No newline at end of file diff --git a/base/paper/plugins/Vault/config.yml b/base/paper/plugins/Vault/config.yml deleted file mode 100644 index 5243845..0000000 --- a/base/paper/plugins/Vault/config.yml +++ /dev/null @@ -1 +0,0 @@ -update-check: true diff --git a/base/paper/plugins/VillagerOptimiser/config.yml b/base/paper/plugins/VillagerOptimiser/config.yml deleted file mode 100644 index e7c2a54..0000000 --- a/base/paper/plugins/VillagerOptimiser/config.yml +++ /dev/null @@ -1,2 +0,0 @@ -version: 1 -ticks-per-allow-search: 600 \ No newline at end of file diff --git a/base/paper/plugins/WorldEdit/config.yml b/base/paper/plugins/WorldEdit/config.yml deleted file mode 100644 index 933fe98..0000000 --- a/base/paper/plugins/WorldEdit/config.yml +++ /dev/null @@ -1,113 +0,0 @@ -limits: - max-blocks-changed: - default: -1 - maximum: -1 - vertical-height: - default: 256 - max-polygonal-points: - default: -1 - maximum: 20 - max-radius: -1 - max-super-pickaxe-size: 5 - max-brush-radius: 5 - butcher-radius: - default: -1 - maximum: -1 - disallowed-blocks: - - "minecraft:oak_sapling" - - "minecraft:jungle_sapling" - - "minecraft:dark_oak_sapling" - - "minecraft:spruce_sapling" - - "minecraft:birch_sapling" - - "minecraft:acacia_sapling" - - "minecraft:black_bed" - - "minecraft:blue_bed" - - "minecraft:brown_bed" - - "minecraft:cyan_bed" - - "minecraft:gray_bed" - - "minecraft:green_bed" - - "minecraft:light_blue_bed" - - "minecraft:light_gray_bed" - - "minecraft:lime_bed" - - "minecraft:magenta_bed" - - "minecraft:orange_bed" - - "minecraft:pink_bed" - - "minecraft:purple_bed" - - "minecraft:red_bed" - - "minecraft:white_bed" - - "minecraft:yellow_bed" - - "minecraft:powered_rail" - - "minecraft:detector_rail" - - "minecraft:grass" - - "minecraft:dead_bush" - - "minecraft:moving_piston" - - "minecraft:piston_head" - - "minecraft:sunflower" - - "minecraft:rose_bush" - - "minecraft:dandelion" - - "minecraft:poppy" - - "minecraft:brown_mushroom" - - "minecraft:red_mushroom" - - "minecraft:tnt" - - "minecraft:torch" - - "minecraft:fire" - - "minecraft:redstone_wire" - - "minecraft:wheat" - - "minecraft:potatoes" - - "minecraft:carrots" - - "minecraft:melon_stem" - - "minecraft:pumpkin_stem" - - "minecraft:beetroots" - - "minecraft:rail" - - "minecraft:lever" - - "minecraft:redstone_torch" - - "minecraft:redstone_wall_torch" - - "minecraft:repeater" - - "minecraft:comparator" - - "minecraft:stone_button" - - "minecraft:birch_button" - - "minecraft:acacia_button" - - "minecraft:dark_oak_button" - - "minecraft:jungle_button" - - "minecraft:oak_button" - - "minecraft:spruce_button" - - "minecraft:cactus" - - "minecraft:sugar_cane" - - "minecraft:bedrock" -use-inventory: - enable: false - allow-override: true - creative-mode-overrides: false -logging: - log-commands: false - file: worldedit.log - format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n" -super-pickaxe: - drop-items: true - many-drop-items: false -snapshots: - directory: -navigation-wand: - item: minecraft:compass - max-distance: 100 -scripting: - timeout: 3000 - dir: craftscripts -saving: - dir: schematics -files: - allow-symbolic-links: false -history: - size: 15 - expiration: 10 -calculation: - timeout: 100 -debugging: - trace-unflushed-sessions: false -wand-item: minecraft:wooden_axe -shell-save-type: -no-op-permissions: false -debug: false -show-help-on-first-use: true -server-side-cui: true -command-block-support: false diff --git a/base/paper/plugins/WorldGuard/config.yml b/base/paper/plugins/WorldGuard/config.yml deleted file mode 100644 index 261926a..0000000 --- a/base/paper/plugins/WorldGuard/config.yml +++ /dev/null @@ -1,171 +0,0 @@ -regions: - uuid-migration: - perform-on-next-start: false - keep-names-that-lack-uuids: true - use-creature-spawn-event: true - disable-bypass-by-default: false - announce-bypass-status: false - sql: - use: false - dsn: jdbc:mysql://localhost/worldguard - username: worldguard - password: worldguard - table-prefix: '' - use-paper-entity-origin: false - enable: true - invincibility-removes-mobs: false - cancel-chat-without-recipients: true - nether-portal-protection: true - fake-player-build-override: true - explosion-flags-block-entity-damage: true - high-frequency-flags: false - protect-against-liquid-flow: false - wand: minecraft:leather - max-claim-volume: 30000 - claim-only-inside-existing-regions: false - location-flags-only-inside-regions: false - max-region-count-per-player: - default: 7 -auto-invincible: false -auto-invincible-group: false -auto-no-drowning-group: false -use-player-move-event: true -use-player-teleports: true -use-particle-effects: true -disable-permission-cache: false -security: - deop-everyone-on-join: false - block-in-game-op-command: false - host-keys-allow-forge-clients: false -host-keys: {} -summary-on-start: true -op-permissions: true -build-permission-nodes: - enable: false - deny-message: '&eSorry, but you are not permitted to do that here.' -event-handling: - block-entity-spawns-with-untraceable-cause: false - interaction-whitelist: [] - emit-block-use-at-feet: [] - ignore-hopper-item-move-events: false - break-hoppers-on-denied-move: true -protection: - item-durability: true - remove-infinite-stacks: false - disable-xp-orb-drops: false - disable-obsidian-generators: false - use-max-priority-association: false -gameplay: - block-potions: [] - block-potions-overly-reliably: false - disable-conduit-effects: false -simulation: - sponge: - enable: false - radius: 3 - redstone: false -default: - pumpkin-scuba: false - disable-health-regain: false -physics: - no-physics-gravel: false - no-physics-sand: false - vine-like-rope-ladders: false - allow-portal-anywhere: false - disable-water-damage-blocks: [] -ignition: - block-tnt: false - block-tnt-block-damage: false - block-lighter: false -fire: - disable-lava-fire-spread: false - disable-all-fire-spread: false - disable-fire-spread-blocks: [] - lava-spread-blocks: [] -mobs: - block-creeper-explosions: false - block-creeper-block-damage: false - block-wither-explosions: false - block-wither-block-damage: false - block-wither-skull-explosions: false - block-wither-skull-block-damage: false - block-enderdragon-block-damage: false - block-enderdragon-portal-creation: false - block-fireball-explosions: false - block-fireball-block-damage: false - anti-wolf-dumbness: false - allow-tamed-spawns: true - disable-enderman-griefing: false - disable-snowman-trails: false - block-painting-destroy: false - block-item-frame-destroy: false - block-armor-stand-destroy: false - block-plugin-spawning: true - block-above-ground-slimes: false - block-other-explosions: false - block-zombie-door-destruction: false - block-creature-spawn: [] -player-damage: - disable-fall-damage: false - disable-lava-damage: false - disable-fire-damage: false - disable-lightning-damage: false - disable-drowning-damage: false - disable-suffocation-damage: false - disable-contact-damage: false - teleport-on-suffocation: false - disable-void-damage: false - teleport-on-void-falling: false - reset-fall-on-void-teleport: false - disable-explosion-damage: false - disable-mob-damage: false - disable-death-messages: false -chest-protection: - enable: false - disable-off-check: false -crops: - disable-creature-trampling: false - disable-player-trampling: false -turtle-egg: - disable-creature-trampling: false - disable-player-trampling: false -weather: - prevent-lightning-strike-blocks: [] - disable-lightning-strike-fire: false - disable-thunderstorm: false - disable-weather: false - disable-pig-zombification: false - disable-villager-witchification: false - disable-powered-creepers: false - always-raining: false - always-thundering: false -dynamics: - disable-mushroom-spread: false - disable-ice-melting: false - disable-snow-melting: false - disable-snow-formation: false - disable-ice-formation: false - disable-leaf-decay: false - disable-grass-growth: false - disable-mycelium-spread: false - disable-vine-growth: false - disable-crop-growth: false - disable-soil-dehydration: false - disable-coral-block-fade: false - snow-fall-blocks: [] -blacklist: - use-as-whitelist: false - logging: - console: - enable: true - database: - enable: false - dsn: jdbc:mysql://localhost:3306/minecraft - user: root - pass: '' - table: blacklist_events - file: - enable: false - path: worldguard/logs/%Y-%m-%d.log - open-files: 10 -custom-metrics-charts: true diff --git a/base/paper/plugins/dynmap/configuration.txt b/base/paper/plugins/dynmap/configuration.txt deleted file mode 100644 index edc1db5..0000000 --- a/base/paper/plugins/dynmap/configuration.txt +++ /dev/null @@ -1,170 +0,0 @@ -deftemplatesuffix: hires -storage: - type: filetree -components: - - class: org.dynmap.ClientConfigurationComponent - - class: org.dynmap.InternalClientUpdateComponent - sendhealth: true - sendposition: true - allowwebchat: true - webchat-interval: 5 - hidewebchatip: false - trustclientname: false - includehiddenplayers: false - use-name-colors: false - use-player-login-ip: true - require-player-login-ip: false - block-banned-player-chat: true - webchat-requires-login: false - webchat-permissions: false - chatlengthlimit: 256 - hideifsneaking: false - protected-player-info: false - hide-if-invisiblity-potion: true - hidenames: false - - class: org.dynmap.SimpleWebChatComponent - allowchat: true - allowurlname: false - - class: org.dynmap.MarkersComponent - type: markers - showlabel: false - enablesigns: false - default-sign-set: markers - showspawn: true - spawnicon: world - spawnlabel: "Spawn" - showofflineplayers: false - offlinelabel: "Offline" - offlineicon: offlineuser - offlinehidebydefault: true - offlineminzoom: 0 - maxofflinetime: 30 - showspawnbeds: false - spawnbedlabel: "Spawn Beds" - spawnbedicon: bed - spawnbedhidebydefault: true - spawnbedminzoom: 0 - spawnbedformat: "%name%'s bed" - showworldborder: true - worldborderlabel: "Border" - - class: org.dynmap.ClientComponent - type: chat - allowurlname: false - - class: org.dynmap.ClientComponent - type: chatballoon - focuschatballoons: false - - class: org.dynmap.ClientComponent - type: chatbox - showplayerfaces: true - messagettl: 5 - sendbutton: false - - class: org.dynmap.ClientComponent - type: playermarkers - showplayerfaces: true - showplayerhealth: true - showplayerbody: false - smallplayerfaces: false - hidebydefault: false - layerprio: 0 - label: "Players" - - class: org.dynmap.ClientComponent - type: link - - class: org.dynmap.ClientComponent - type: timeofdayclock - showdigitalclock: true - showweather: true - - class: org.dynmap.ClientComponent - type: coord - label: "Location" - hidey: false - show-mcr: false - show-chunk: false -display-whitelist: false -renderinterval: 1 -renderacceleratethreshold: 60 -renderaccelerateinterval: 0.2 -tiles-rendered-at-once: 2 -usenormalthreadpriority: true -saverestorepending: true -save-pending-period: 900 -zoomoutperiod: 30 -initial-zoomout-validate: true -tileupdatedelay: 30 -enabletilehash: true -smooth-lighting: true -use-brightness-table: true -block-alias: -image-format: jpg-q90 -use-generated-textures: true -correct-water-lighting: true -transparent-leaves: true -ctm-support: true -custom-colors-support: true -skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" -render-triggers: - - blockplaced - - blockbreak - - leavesdecay - - blockburn - - chunkgenerated - - blockformed - - blockfaded - - blockspread - - pistonmoved - - explosion - - structuregrow - - blockgrow -tilespath: web/tiles -webpath: web -exportpath: export -webserver-port: 8123 -max-sessions: 30 -disable-webserver: false -allow-symlinks: true -login-enabled: false -login-required: false -timesliceinterval: 0.0 -maxchunkspertick: 200 -progressloginterval: 100 -updaterate: 2000 -fullrenderplayerlimit: 0 -updateplayerlimit: 0 -per-tick-time-limit: 50 -update-min-tps: 18.0 -fullrender-min-tps: 18.0 -zoomout-min-tps: 18.0 -showplayerfacesinmenu: true -grayplayerswhenhidden: true -player-sort-permission-nodes: - - bukkit.command.op -trusted-proxies: - - "127.0.0.1" - - "0:0:0:0:0:0:0:1" -joinmessage: "%playername% joined" -quitmessage: "%playername% quit" -spammessage: "You may only chat once every %interval% seconds." -webmsgformat: "&color;2[WEB] %playername%: &color;f%message%" -showlayercontrol: true -check-banned-ips: true -defaultzoom: 0 -defaultworld: world -defaultmap: flat -persist-ids-by-ip: true -cyrillic-support: false -round-coordinates: true -msg: - maptypes: "Map Types" - players: "Players" - chatrequireslogin: "Chat Requires Login" - chatnotallowed: "You are not permitted to send chat messages" - hiddennamejoin: "Player joined" - hiddennamequit: "Player quit" -url: -custom-commands: - image-updates: - preupdatecommand: "" - postupdatecommand: "" -snapshotcachesize: 500 -soft-ref-cache: true -verbose: false -dump-missing-blocks: false diff --git a/base/paper/plugins/dynmap/custom-lightings.txt b/base/paper/plugins/dynmap/custom-lightings.txt deleted file mode 100644 index e66dc0c..0000000 --- a/base/paper/plugins/dynmap/custom-lightings.txt +++ /dev/null @@ -1 +0,0 @@ -lightings: \ No newline at end of file diff --git a/base/paper/plugins/dynmap/custom-perspectives.txt b/base/paper/plugins/dynmap/custom-perspectives.txt deleted file mode 100644 index 22c4c82..0000000 --- a/base/paper/plugins/dynmap/custom-perspectives.txt +++ /dev/null @@ -1 +0,0 @@ -perspectives: diff --git a/base/paper/plugins/dynmap/custom-shaders.txt b/base/paper/plugins/dynmap/custom-shaders.txt deleted file mode 100644 index d99e075..0000000 --- a/base/paper/plugins/dynmap/custom-shaders.txt +++ /dev/null @@ -1 +0,0 @@ -shaders: diff --git a/base/paper/plugins/dynmap/markers.yml b/base/paper/plugins/dynmap/markers.yml deleted file mode 100644 index 6709d16..0000000 --- a/base/paper/plugins/dynmap/markers.yml +++ /dev/null @@ -1,20 +0,0 @@ -%YAML 1.1 ---- -icons: { - } -sets: - markers: - hide: false - circles: { - } - deficon: default - areas: { - } - label: Markers - markers: { - } - lines: { - } - layerprio: 0 -playersets: { - } diff --git a/base/paper/plugins/dynmap/version.txt b/base/paper/plugins/dynmap/version.txt deleted file mode 100644 index 6b6d320..0000000 --- a/base/paper/plugins/dynmap/version.txt +++ /dev/null @@ -1 +0,0 @@ -3.1-457 \ No newline at end of file diff --git a/base/paper/plugins/dynmap/worlds.txt b/base/paper/plugins/dynmap/worlds.txt deleted file mode 100644 index 3485f4e..0000000 --- a/base/paper/plugins/dynmap/worlds.txt +++ /dev/null @@ -1 +0,0 @@ -worlds: diff --git a/base/paper/plugins/xAntiAFK/config.yml b/base/paper/plugins/xAntiAFK/config.yml deleted file mode 100644 index 8d9975d..0000000 --- a/base/paper/plugins/xAntiAFK/config.yml +++ /dev/null @@ -1,47 +0,0 @@ -checkInterval: 20 -checkOp: false -afkOnJoin: false -actions: - '180': - - messages:prevent - '240': - - setAfk - - messages:protected - '360': - - commands:kick -events: - onAfk: - teleport: false - location: world,x,y,z - noDamage: true - actions: - - broadcasts:nowafk - noLonger: - tpToBackLoc: false - actions: - - broadcasts:nolonger -internalMessages: - reload: '&aConfiguration reloaded.' - nopermission: '&cYou don''t have the permission to do that.' - nohurt: '&cYou can''t hurt an AFK player' - playernotfound: '&cPlayer ''&e%player%&c'' not found.' -messages: - prefix: '&4[&fx&c&lAntiAFK&4]&f ' - prevent: '&6Looks like you''re AFK...' - protected: '&6You''re now protected.' -broadcasts: - prefix: '&4[&fx&c&lAntiAFK&4]&f ' - nowafk: '&e%player% &6is now AFK' - nolonger: '&e%player% &6is no longer AFK' -commands: - kick: kick %player% &4[&fx&c&lAntiAFK&4] &eYou're AFK -permissions: - afk: xantiafk.afk - bypass: xantiafk.bypass - admin: xantiafk.admin -placeholders: - status: - default: '' - afk: ' &4[&cAFK&4]' -disableMetrics: false -disableVersionCheck: false diff --git a/base/paper/spigot.yml b/base/paper/spigot.yml deleted file mode 100644 index dda0e19..0000000 --- a/base/paper/spigot.yml +++ /dev/null @@ -1,153 +0,0 @@ -config-version: 12 -messages: - whitelist: You are not whitelisted on this server! - unknown-command: Unknown command. Type "/help" for help. - server-full: The server is full! - outdated-client: Outdated client! Please use {0} - outdated-server: Outdated server! I'm still on {0} - restart: Server is restarting -advancements: - disable-saving: false - disabled: - - minecraft:story/disabled -stats: - disable-saving: false - forced-stats: {} -commands: - log: true - tab-complete: 0 - send-namespaced: true - spam-exclusions: - - /skill - silent-commandblock-console: false - replace-commands: - - setblock - - summon - - testforblock - - tellraw -settings: - bungeecord: false - sample-count: 12 - player-shuffle: 0 - user-cache-size: 1000 - save-user-cache-on-stop-only: false - moved-wrongly-threshold: 0.0625 - moved-too-quickly-multiplier: 10.0 - log-villager-deaths: true - timeout-time: 60 - restart-on-crash: true - restart-script: ./start.sh - netty-threads: 4 - debug: false - attribute: - maxHealth: - max: 2048.0 - movementSpeed: - max: 2048.0 - attackDamage: - max: 2048.0 -players: - disable-saving: false -world-settings: - worldeditregentempworld: - verbose: false - default: - verbose: false - hopper-amount: 1 - dragon-death-sound-radius: 0 - seed-village: 10387312 - seed-desert: 14357617 - seed-igloo: 14357618 - seed-jungle: 14357619 - seed-swamp: 14357620 - seed-monument: 10387313 - seed-shipwreck: 165745295 - seed-ocean: 14357621 - seed-outpost: 165745296 - seed-endcity: 10387313 - seed-slime: 987234911 - seed-bastion: 30084232 - seed-fortress: 30084232 - seed-mansion: 10387319 - seed-fossil: 14357921 - seed-portal: 34222645 - max-tnt-per-tick: 100 - nerf-spawner-mobs: false - enable-zombie-pigmen-portal-spawns: true - item-despawn-rate: 6000 - view-distance: default - wither-spawn-sound-radius: 0 - mob-spawn-range: 8 - arrow-despawn-rate: 1200 - trident-despawn-rate: 1200 - hanging-tick-frequency: 100 - zombie-aggressive-towards-villager: true - end-portal-sound-radius: 0 - max-entity-collisions: 8 - merge-radius: - exp: 3.0 - item: 2.5 - growth: - cactus-modifier: 100 - cane-modifier: 100 - melon-modifier: 100 - mushroom-modifier: 100 - pumpkin-modifier: 100 - sapling-modifier: 100 - beetroot-modifier: 100 - carrot-modifier: 100 - potato-modifier: 100 - wheat-modifier: 100 - netherwart-modifier: 100 - vine-modifier: 100 - cocoa-modifier: 100 - bamboo-modifier: 100 - sweetberry-modifier: 100 - kelp-modifier: 100 - entity-activation-range: - animals: 32 - monsters: 32 - raiders: 48 - misc: 16 - water: 16 - villagers: 32 - flying-monsters: 32 - villagers-work-immunity-after: 100 - villagers-work-immunity-for: 20 - villagers-active-for-panic: true - tick-inactive-villagers: true - wake-up-inactive: - animals-max-per-tick: 4 - animals-every: 1200 - animals-for: 100 - monsters-max-per-tick: 8 - monsters-every: 400 - monsters-for: 100 - villagers-max-per-tick: 4 - villagers-every: 600 - villagers-for: 100 - flying-monsters-max-per-tick: 8 - flying-monsters-every: 200 - flying-monsters-for: 100 - ticks-per: - hopper-transfer: 8 - hopper-check: 1 - hunger: - jump-walk-exhaustion: 0.05 - jump-sprint-exhaustion: 0.2 - combat-exhaustion: 0.1 - regen-exhaustion: 6.0 - swim-multiplier: 0.01 - sprint-multiplier: 0.1 - other-multiplier: 0.0 - max-tick-time: - tile: 50 - entity: 50 - squid-spawn-range: - min: 45.0 - entity-tracking-range: - players: 48 - animals: 48 - monsters: 48 - misc: 32 - other: 64 diff --git a/base/paper/wepif.yml b/base/paper/wepif.yml deleted file mode 100644 index 1176908..0000000 --- a/base/paper/wepif.yml +++ /dev/null @@ -1,27 +0,0 @@ -ignore-nijiperms-bridges: true -resolvers: - enabled: - - PluginPermissionsResolver - - PermissionsExResolver - - bPermissionsResolver - - GroupManagerResolver - - NijiPermissionsResolver - - VaultResolver - - DinnerPermsResolver - - FlatFilePermissionsResolver -permissions: - groups: - default: - permissions: - - worldedit.reload - - worldedit.selection - - worlds.creative.worldedit.region - admins: - permissions: - - '*' - users: - sk89q: - permissions: - - worldedit - groups: - - admins