diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 21:20:49 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 21:20:49 +0200 |
commit | 89d9abf9115a74a063e547f84a076165196954bf (patch) | |
tree | 131d27b85f7da7cd9cf19482b00549bda04aaf17 /MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj | |
parent | Block entities with storage now correctly mark the chunk as dirty when their contents change. (diff) | |
download | cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.gz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.bz2 cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.lz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.xz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.zst cuberite-89d9abf9115a74a063e547f84a076165196954bf.zip |
Diffstat (limited to 'MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj')
-rw-r--r-- | MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj b/MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj new file mode 100644 index 000000000..d1a2188f7 --- /dev/null +++ b/MCServer/Plugins/ProtectionAreas/ProtectionAreas.deproj @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<project> + <file> + <filename>CommandHandlers.lua</filename> + </file> + <file> + <filename>CommandState.lua</filename> + </file> + <file> + <filename>Config.lua</filename> + </file> + <file> + <filename>CurrentLng.lua</filename> + </file> + <file> + <filename>HookHandlers.lua</filename> + </file> + <file> + <filename>PlayerAreas.lua</filename> + </file> + <file> + <filename>ProtectionAreas.lua</filename> + </file> + <file> + <filename>Storage.lua</filename> + </file> +</project> |