1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

- Added Bloody Pixy template for issue https://github.com/l2jserver2/l2jserver2/issues/14 (unrelated to Interlude)

- More Interlude work
- Trying out admin commands.
This commit is contained in:
Modestas Goncarovas
2012-04-18 05:19:38 +01:00
parent 907495f623
commit df55c684a9
8 changed files with 77 additions and 10 deletions

View File

@@ -153,6 +153,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>l2jserver2</groupId>
<artifactId>l2jserver2-gameserver-interlude</artifactId>
<version>0.0.2</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
@@ -191,6 +196,7 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
<debug>true</debug>
<encoding>UTF-8</encoding>
</configuration>
</plugin>