Skip to content

Commit

Permalink
chore: OriginSpawnを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 21, 2023
1 parent ad57d0c commit f0a9dd4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,3 +623,24 @@ data:
min: 45.0
players:
disable-saving: false
commands.yml: |
# This is the commands configuration file for Bukkit.
# For documentation on how to make use of this file, check out the Bukkit Wiki at
# http://wiki.bukkit.org/Commands.yml
#
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
#
# IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/
# Bug tracker: http://www.spigotmc.org/go/bugs
command-block-overrides: []
unrestricted-advancements: false
aliases:
icanhasbukkit:
- version $1-
spawn:
- originspawn
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ spec:
https://github.com/GiganticMinecraft/SeichiAssist/releases/download/pr-{{ .Values.SeichiAssistPullRequestNumber }}-{{ .Values.PullRequestBranchHeadSHA }}/SeichiAssist.jar,
https://download.luckperms.net/1526/bukkit/loader/LuckPerms-Bukkit-5.4.113.jar,
https://github.com/GiganticMinecraft/Elytra/releases/download/1.18.2/Elytra-1.0-SNAPSHOT.jar,
https://github.com/GiganticMinecraft/OriginSpawn/releases/download/v0.2.7/OriginSpawn-0.2.7-SNAPSHOT.jar,
- name: JVM_OPTS
value: >-
Expand Down Expand Up @@ -212,6 +213,9 @@ spec:
- name: common-mcserver-configs
mountPath: /config/spigot.yml
subPath: spigot.yml
- name: common-mcserver-configs
mountPath: /config/commands.yml
subPath: commands.yml
- name: minecraft-ops-config
mountPath: /config/ops.json
subPath: ops.json
Expand Down

0 comments on commit f0a9dd4

Please sign in to comment.