mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
15 lines
331 B
XML
15 lines
331 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>bank</id>
|
|
<version>1</version>
|
|
<name>Bank</name>
|
|
<description>Opens the bank interface when players select 'use-quickly' on a bank booth.</description>
|
|
<authors>
|
|
<author>Graham</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>bank.rb</script>
|
|
</scripts>
|
|
<dependencies />
|
|
</plugin>
|