-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from AlexProgrammerDE/master
Cleanup gradle setup
- Loading branch information
Showing
304 changed files
with
903 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ hs_err_pid* | |
# Gradle | ||
.gradle/ | ||
build/ | ||
run/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.iml | ||
*.iml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
plugins { | ||
idea | ||
eclipse | ||
} | ||
|
||
allprojects { | ||
group = "me.moomoo.anarchyexploitfixes" | ||
version = "2.6.0" | ||
description = "Prevent many exploits that affect anarchy servers." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
plugins { | ||
`kotlin-dsl` | ||
} | ||
|
||
repositories { | ||
gradlePluginPortal() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rootProject.name = "AnarchyExploitFixes-buildSrc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 9 additions & 8 deletions
17
AnarchyExploitFixesFolia/build.gradle.kts → folia/build.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
158 changes: 79 additions & 79 deletions
158
...esFolia/src/main/resources/lang/it_it.yml → folia/src/main/resources/lang/it_it.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
TRANSLATION: | ||
AUTHOR: UnderGhost | ||
LANGUAGE: Italian | ||
LOCALE: it_it | ||
|
||
commands: | ||
no-permission: "<red>Non hai il permesso di utilizzare questo comando." | ||
invalid-syntax: "<red>Sintassi del comando non valida. Sintassi corretta: <gray>%syntax%" | ||
failed-argument-parse: "<red>Impossibile analizzare gli argomenti del comando." | ||
help-command: | ||
- "<dark_aqua>----------------------------------------------------" | ||
- "<gray>/toggleconnectionmsgs <dark_gray>- <gray>Disattiva i messaggi di connessione" | ||
- "<gray>/toggledeathmsgs <dark_gray>- <gray>Disattiva i messaggi di morte" | ||
- "<gray>/toggletells <dark_gray>- <gray>Disattiva i messaggi privati" | ||
- "<gray>/togglechat <dark_gray>- <gray>Disattiva i messaggi di chat" | ||
- "<gray>/ignore <dark_gray>- <gray>Ignora determinati giocatori" | ||
- "<gray>/seed <dark_gray>- <gray>Mostra il seed del server" | ||
- "<gray>/kill <dark_gray>- <gray>Uccidi te stesso" | ||
- "<gray>/reply <dark_gray>- <gray>Rispondi ai messaggi" | ||
- "<gray>/msg <dark_gray>- <gray>Invia messaggi ad altri giocatori" | ||
- "<gray>/stats <dark_gray>- <gray>Mostra le statistiche del mondo" | ||
- "<dark_aqua>----------------------------------------------------" | ||
command-whitelist: | ||
bad-command: "<dark_red>Comando non valido. Digita /help per una lista dei comandi." | ||
join-leave-messages: | ||
join: "<gray>%player% è unito il gioco." | ||
leave: "<gray>%player% ha abbandonato il gioco." | ||
enabled-connection-msgs: "<green>Messaggi di connessione abilitati" | ||
disabled-connection-msgs: "<red>Messaggi di connessione disabilitati" | ||
# %players_num% is how many players have joined the server formatted to ordinal (ex. 351st). Ordinal format will switch based on locale. | ||
first-join: | ||
- "<gold>%player% è unito il gioco per la prima volta. È il %players_num% giocatore ad unirsi." | ||
kicks: | ||
masked-kick-message: "<gold>Disconnesso" | ||
redstone: | ||
stop-spamming-levers: "<red>Smetti di spammare le leve." | ||
withers: | ||
disabled-at-spawn: "<dark_red>La creazione del Wither è disabilitata in un raggio di %radius% blocchi in giro allo spawn." | ||
elytra: | ||
disable-packet-elytrafly: "<red>Disattiva il volo con Elitre in PacketFly." | ||
disable-timer: "<red>Disabilita gli speed hack durante il volo con l'elytra." | ||
elytra-speed: | ||
global: | ||
disabled-here: "<red>Le Elitre sono attualmente disabilitate." | ||
you-are-flying-in: "<gray>Stai volando nel %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-low-tps: "<red>La velocità delle Elitre è ridotta durante tps bassi. Abbassa la velocità." | ||
going-too-fast-chunkinfo: "<red>Abbassa la velocità. La velocità delle Elitre è limitata in %neworold% %chunks%" | ||
going-too-fast: "<red>Abbassa le impostazioni. La velocità delle Elitre è limitata su questo server." | ||
nether-ceiling: | ||
disabled-here: "<red>Le Elitre sono disabilitate sul soffitto del Nether." | ||
you-are-flying-in: "<gray>Stai volando in %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks del soffitto del Nether" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-low-tps: "<red>La velocità delle Elitre è ridotta durante tps bassi. Abbassa la velocità." | ||
going-too-fast-chunkinfo: "<red>Abbassa la velocità. La velocità delle Elitre è limitata in %neworold% %chunks%" | ||
going-too-fast: "<red>Abbassa la velocità. La velocità delle Elitre è limitata sul soffitto del Nether." | ||
spawn: | ||
disabled-here: "<red>Le Elitre sono disabilitate in un raggio di <gold>%radius% <red>blocchi in giro allo spawn." | ||
you-are-flying-in: "<gray>Stai volando in %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks del spawn" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-chunkinfo: "<red>La velocità delle Elitre in %neworold% %chunks% è limitata in un raggio di %radius% blocchi intorno allo spawn." | ||
TRANSLATION: | ||
AUTHOR: UnderGhost | ||
LANGUAGE: Italian | ||
LOCALE: it_it | ||
|
||
commands: | ||
no-permission: "<red>Non hai il permesso di utilizzare questo comando." | ||
invalid-syntax: "<red>Sintassi del comando non valida. Sintassi corretta: <gray>%syntax%" | ||
failed-argument-parse: "<red>Impossibile analizzare gli argomenti del comando." | ||
help-command: | ||
- "<dark_aqua>----------------------------------------------------" | ||
- "<gray>/toggleconnectionmsgs <dark_gray>- <gray>Disattiva i messaggi di connessione" | ||
- "<gray>/toggledeathmsgs <dark_gray>- <gray>Disattiva i messaggi di morte" | ||
- "<gray>/toggletells <dark_gray>- <gray>Disattiva i messaggi privati" | ||
- "<gray>/togglechat <dark_gray>- <gray>Disattiva i messaggi di chat" | ||
- "<gray>/ignore <dark_gray>- <gray>Ignora determinati giocatori" | ||
- "<gray>/seed <dark_gray>- <gray>Mostra il seed del server" | ||
- "<gray>/kill <dark_gray>- <gray>Uccidi te stesso" | ||
- "<gray>/reply <dark_gray>- <gray>Rispondi ai messaggi" | ||
- "<gray>/msg <dark_gray>- <gray>Invia messaggi ad altri giocatori" | ||
- "<gray>/stats <dark_gray>- <gray>Mostra le statistiche del mondo" | ||
- "<dark_aqua>----------------------------------------------------" | ||
command-whitelist: | ||
bad-command: "<dark_red>Comando non valido. Digita /help per una lista dei comandi." | ||
join-leave-messages: | ||
join: "<gray>%player% è unito il gioco." | ||
leave: "<gray>%player% ha abbandonato il gioco." | ||
enabled-connection-msgs: "<green>Messaggi di connessione abilitati" | ||
disabled-connection-msgs: "<red>Messaggi di connessione disabilitati" | ||
# %players_num% is how many players have joined the server formatted to ordinal (ex. 351st). Ordinal format will switch based on locale. | ||
first-join: | ||
- "<gold>%player% è unito il gioco per la prima volta. È il %players_num% giocatore ad unirsi." | ||
kicks: | ||
masked-kick-message: "<gold>Disconnesso" | ||
redstone: | ||
stop-spamming-levers: "<red>Smetti di spammare le leve." | ||
withers: | ||
disabled-at-spawn: "<dark_red>La creazione del Wither è disabilitata in un raggio di %radius% blocchi in giro allo spawn." | ||
elytra: | ||
disable-packet-elytrafly: "<red>Disattiva il volo con Elitre in PacketFly." | ||
disable-timer: "<red>Disabilita gli speed hack durante il volo con l'elytra." | ||
elytra-speed: | ||
global: | ||
disabled-here: "<red>Le Elitre sono attualmente disabilitate." | ||
you-are-flying-in: "<gray>Stai volando nel %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-low-tps: "<red>La velocità delle Elitre è ridotta durante tps bassi. Abbassa la velocità." | ||
going-too-fast-chunkinfo: "<red>Abbassa la velocità. La velocità delle Elitre è limitata in %neworold% %chunks%" | ||
going-too-fast: "<red>Abbassa le impostazioni. La velocità delle Elitre è limitata su questo server." | ||
nether-ceiling: | ||
disabled-here: "<red>Le Elitre sono disabilitate sul soffitto del Nether." | ||
you-are-flying-in: "<gray>Stai volando in %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks del soffitto del Nether" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-low-tps: "<red>La velocità delle Elitre è ridotta durante tps bassi. Abbassa la velocità." | ||
going-too-fast-chunkinfo: "<red>Abbassa la velocità. La velocità delle Elitre è limitata in %neworold% %chunks%" | ||
going-too-fast: "<red>Abbassa la velocità. La velocità delle Elitre è limitata sul soffitto del Nether." | ||
spawn: | ||
disabled-here: "<red>Le Elitre sono disabilitate in un raggio di <gold>%radius% <red>blocchi in giro allo spawn." | ||
you-are-flying-in: "<gray>Stai volando in %neworold% <gray>%chunks%." | ||
new: "nuovi" | ||
color-newchunks: "<dark_red>" | ||
old: "vecchi" | ||
color-oldchunks: "<green>" | ||
chunks: "Chunks del spawn" | ||
speed: "<gray>Velocità: %speed% / %maxspeed%" | ||
disabled-low-tps: "<red>Le Elitre sono attualmente disabilitate perché il tps è inferiore a %tps%." | ||
going-too-fast-chunkinfo: "<red>La velocità delle Elitre in %neworold% %chunks% è limitata in un raggio di %radius% blocchi intorno allo spawn." | ||
going-too-fast: "<red>La velocità delle Elitre è limitata in un raggio di %radius% blocchi in giro allo spawn." |
Oops, something went wrong.