Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /setop:
- permission:sky.admin
- trigger:
- set {%player%::op} to true
- message "&b有効になりました"
- stop
- command /opme:
- trigger:
- if {%player%::op} is not set:
- message "&4あなたはOPではないため使うことができません"
- stop
- else:
- execute console command "/op %player%"
- message "&bOPを付与しました"
- stop
Advertisement
Add Comment
Please, Sign In to add comment