Dateien nach "src/main/resources" hochladen
This commit is contained in:
31
src/main/resources/config.yml
Normal file
31
src/main/resources/config.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
version: 1.3.3
|
||||||
|
prefix: tp
|
||||||
|
default-item: OAK_SIGN
|
||||||
|
sign:
|
||||||
|
line1-color: "&1"
|
||||||
|
line2-color: "&6"
|
||||||
|
line3-text: "&7Teleport"
|
||||||
|
line4-text: "&7Klick mich!"
|
||||||
|
messages:
|
||||||
|
player-only: "&cDieser Befehl kann nur von Spielern verwendet werden!"
|
||||||
|
no-permission-use: "&cDu hast keine Berechtigung, TP-Punkte zu nutzen!"
|
||||||
|
no-permission-admin: "&cDu hast keine Berechtigung, TP-Punkte zu erstellen oder zu löschen!"
|
||||||
|
no-permission-break-sign: "&cDu hast keine Berechtigung, TP-Schilder abzubauen!"
|
||||||
|
must-sneak-to-break: "&cDu musst die Shift-Taste halten, um ein TP-Schild abzubauen!"
|
||||||
|
config-error: "&cFehler: Konfigurationsdatei nicht geladen!"
|
||||||
|
tp-not-found: "&cTP-Punkt %tp% nicht vorhanden!"
|
||||||
|
teleport-success: "&aTeleportiert zu %tp%!"
|
||||||
|
settp-usage: "&cVerwendung: /settp <Name>"
|
||||||
|
settp-success: "&aTP-Punkt %tp% erfolgreich erstellt!"
|
||||||
|
tp-exists: "&cTP-Punkt %tp% existiert bereits!"
|
||||||
|
deltp-usage: "&cVerwendung: /deltp <Name>"
|
||||||
|
deltp-success: "&aTP-Punkt %tp% erfolgreich gelöscht!"
|
||||||
|
sign-removed: "&aTP-Schild für %tp% entfernt!"
|
||||||
|
reload-success: "&aPlugin erfolgreich neu geladen!"
|
||||||
|
gui-title: "&3TP-Punkte"
|
||||||
|
help-title: "&6===== TP Plugin Hilfe ====="
|
||||||
|
help-tp: "&e/tp [Name] &7- Öffnet das TP-GUI oder teleportiert zu einem TP-Punkt"
|
||||||
|
help-settp: "&e/settp <Name> &7- Erstellt einen neuen TP-Punkt (Admin)"
|
||||||
|
help-deltp: "&e/deltp <Name> &7- Löscht einen TP-Punkt (Admin)"
|
||||||
|
help-tpinfo: "&e/tpinfo &7- Zeigt Informationen über das Plugin"
|
||||||
|
help-tpreload: "&e/tpreload &7- Lädt das Plugin neu (Admin)"
|
31
src/main/resources/plugin.yml
Normal file
31
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
name: TpPlugin
|
||||||
|
version: 1.0
|
||||||
|
main: TpPlugin
|
||||||
|
api-version: 1.21
|
||||||
|
commands:
|
||||||
|
tp:
|
||||||
|
description: Teleport to a tp point or open tp GUI
|
||||||
|
usage: /<command> [tpName]
|
||||||
|
aliases: [mytp, teleport]
|
||||||
|
settp:
|
||||||
|
description: Set a new tp point
|
||||||
|
usage: /<command> <tpName>
|
||||||
|
deltp:
|
||||||
|
description: Delete a tp point
|
||||||
|
usage: /<command> <tpName>
|
||||||
|
tpphelp:
|
||||||
|
description: Show help for TpPlugin
|
||||||
|
usage: /<command>
|
||||||
|
tpinfo:
|
||||||
|
description: Show information about TpPlugin
|
||||||
|
usage: /<command>
|
||||||
|
tpreload:
|
||||||
|
description: Reload the TpPlugin configuration
|
||||||
|
usage: /<command>
|
||||||
|
permissions:
|
||||||
|
tpplugin.use:
|
||||||
|
description: Allows using tp points
|
||||||
|
default: true
|
||||||
|
tpplugin.admin:
|
||||||
|
description: Allows setting, deleting, and reloading tp points
|
||||||
|
default: op
|
Reference in New Issue
Block a user