Skip to content

Instantly share code, notes, and snippets.

@dalbothek
Created September 3, 2011 01:59
Show Gist options
  • Save dalbothek/1190402 to your computer and use it in GitHub Desktop.
Save dalbothek/1190402 to your computer and use it in GitHub Desktop.
GlobalConfig
<?xml version="1.0"?>
<!DOCTYPE config SYSTEM "http://somewhere/config.dtd">
<config>
<!-- Global settings -->
<property name="useSlashes">true</property>
<property name="messageFormat">\u00A7%3$s&lt;%1$s&gt;\u00A7f</property>
<property name="onlineMode"><true /></property>
<!-- Groups -->
<group id="3" name="Player">
<warmup>3</warmup>
<ignoreChestLocks />
</group>
<!-- Also allowed: -->
<group id="5" name="Player" warmup="3" />
<!-- Members -->
<player group="3">Notch</player>
<ip group="5">127.0.0.1</ip>
<!-- Commands -->
<command name="list" allow="3+" />
<command name="reload">
<rename>reloadSS</rename>
<alias>rl</alias>
<alias>SSreload</alias>
<argument allow="3+">bukkit</argument>
</command>
<command name="help">
<forward />
</command>
<command name="reload" allow="5" />
<!-- Blocks -->
<allblocks destroy="-" />
<block id="7,10-12,20-40,4" place="-" />
<block id="9" give="1+" />
<block id="1-3,200-250" give="1+" />
<block id="99-95" give="*" />
<area name="A" start="0,0,0" end="16,0,16">
<!-- equal to end="16,128,16" -->
<allblocks destroy="1+" />
<chests allow="3" />
<command name="reload" allow="1+" />
<!-- Since the original reload command was renamed, this refers to the command forwarded to the server -->
<command name="reloadSS" allow="2+" />
<!-- This is the original reload command, it keeps its new name and all aliases -->
</area>
<area name="B" start="1,2,3" end="4,5,6">
<area name="C" start="9,10,11" end="12,13,14">
<area name="D" start="9,11,12" end="10,12,13" />
</area>
<area name="E" start="9,11,12" end="9,11,12" />
</area>
<!-- Permissions for CraftBukkit -->
<permission allow="5">worldedit</permission>
</config>
Total memory: 85 MB free: 84 MB used: 345 KB
Loading time: 152 ms
Total memory: 85 MB free: 84 MB used: 577 KB
Saving time: 49 ms
Query time: 796 ms
That is 0.0796 ms per query!!!
Active areas at given coordinate:
B
C
D
Total memory: 85 MB free: 84 MB used: 563 KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment