Initial commit
This commit is contained in:
7
src/main/resources/config.yml
Normal file
7
src/main/resources/config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
# The regions for each world that should
|
||||
clearRegions:
|
||||
# The name or UUID of a world. Add any regions that should force inventory clearing as a comma-separated list inside
|
||||
# the square parentheses.
|
||||
world: []
|
||||
world_nether: []
|
||||
world_the_end: []
|
6
src/main/resources/plugin.yml
Normal file
6
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,6 @@
|
||||
name: ClearOnWorldGuard
|
||||
version: '${project.version}'
|
||||
main: net.knarcraft.clearonworldguard.ClearOnWorldGuard
|
||||
api-version: '1.20'
|
||||
description: A custom KnarCraft plugin
|
||||
depend: [ WorldGuard ]
|
Reference in New Issue
Block a user