Skip to content

Commit df31770

Browse files
committed
Merge pull request #51 from RoboMWM/patch-4
Add some WG restrictions to creative
2 parents 05302f6 + 18247ed commit df31770

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

plugins/WorldGuard/worlds/creative/blacklist.txt

+24-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,27 @@
6262
# Some funky data value tests
6363
#[wood:0;>=2]
6464
#ignore-groups=admins,mods
65-
#on-break=notify,deny,log
65+
#on-break=notify,deny,log
66+
67+
# Silently blocks, notifies, and logs usage of non-obtainable items
68+
# commandblock, endportal, nether portal, barrier, minecart with command block, monster spawner, dragon egg
69+
[commandblock,119,90,166,422,52,122]
70+
ignore-perms=iguess.ignore
71+
on-use=deny,notify,log
72+
on-place=deny,notify,log
73+
on-interact=deny,notify,log
74+
on-acquire=deny,notify,log
75+
on-dispense=deny,notify,log
76+
on-destroy-with=deny,notify,log
77+
on-break=deny,notify,log
78+
on-drop=deny,notify,log
79+
80+
# Denies access to unnecessary stuff
81+
# Experience bottle, hopper, anvil(?), book_and_quill, eye of ender (prevent end portals), minecart w/ TNT, minecart w/ hopper, potions (splash potions apparently share the same ID as regular potions)
82+
[experience_bottle,hopper,anvil,book_and_quill,381,407,408,373]
83+
ignore-perms=iguess.ignore
84+
on-use=deny,tell,notify,log
85+
on-place=deny,notify,log
86+
on-interact=deny,tell,notify,log
87+
on-acquire=deny,tell
88+
on-dispense=deny,notify,log

plugins/WorldGuard/worlds/creative/config.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
# If you see {} below, that means that there are NO entries in this file.
99
# Remove the {} and add your own entries.
1010
#
11-
12-
{}
11+
12+
physics:
13+
no-physics-gravel: true
14+
no-physics-sand: true
15+
vine-like-rope-ladders: false
16+
allow-portal-anywhere: false
17+
disable-water-damage-blocks: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# WorldGuard regions file
3+
#
4+
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
5+
# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
6+
# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
7+
# the contents of this file will reset. Please use a YAML validator such as
8+
# http://yaml-online-parser.appspot.com (for smaller files).
9+
#
10+
# REMEMBER TO KEEP PERIODICAL BACKUPS.
11+
#
12+
regions:
13+
__global__:
14+
members: {}
15+
flags: {chest-access: deny, fire-spread: deny}
16+
owners: {}
17+
type: global
18+
priority: 0

0 commit comments

Comments
 (0)