Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

権限管理プラグインを入れる #1534

Merged
merged 2 commits into from
Dec 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
https://github.com/ViaVersion/ViaBackwards/releases/download/4.4.2/ViaBackwards-4.4.2.jar,
https://github.com/ViaVersion/ViaVersion/releases/download/4.4.2/ViaVersion-4.4.2.jar,
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,

- name: JVM_OPTS
value: >-
Expand Down Expand Up @@ -124,6 +125,14 @@ spec:
mv create world_SW_2 NORMAL
mv create world_SW_nether NETHER
mv create world_SW_the_end END
lp group defualt set multiverse.core.list.who true
lp group defualt set multiverse.teleport true
lp group defualt set worldedit.wand true
lp group defualt set worldguard.region.claim true
lp group defualt set worldguard.region.select.own.* true
lp group defualt set worldguard.region.list.own true
lp group defualt set worldguard.region.info.own.* true
lp group defualt set worldguard.region.flag.regions.own.* true

image: ghcr.io/giganticminecraft/seichi_minecraft_server_debug_base_1_18_2:sha-1267b49
name: minecraft
Expand Down