Initial commit

This commit is contained in:
2023-12-16 21:46:06 +01:00
commit d12a38d39e
6 changed files with 374 additions and 0 deletions

View 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: []

View 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 ]