mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
79f79cd15c
Creates a new sourceset for server plugins to support IDE integration with plugin code. Additionally moves plugins to game/data/plugins and contains some gradle related fixes (remove java plugin from root project and fix exec task dependency).
15 lines
338 B
XML
15 lines
338 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>Major</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>bank.plugin.kts</script>
|
|
</scripts>
|
|
<dependencies />
|
|
</plugin>
|