mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 02:55:45 +01:00
Merge branch 'master' of github.com:CitizensDev/Citizens2
This commit is contained in:
commit
9e38701367
@ -1,7 +1,12 @@
|
||||
<!--
|
||||
<!--
|
||||
** DO NOT IGNORE **
|
||||
Issue posts that fail to follow the instructions here will be automatically closed!
|
||||
Please include:
|
||||
- A detailed description of your issue or feature request
|
||||
- Link to server log & Citizens config (using e.g. pastebin.com) ESPECIALLY if it's a pathfinding issue
|
||||
- **Minecraft & Citizens version!** Use in-game commands "/version" and "/version citizens" and screenshot or copy/paste the EXACT output of BOTH commands!
|
||||
- **Spigot and Citizens versions!** Use in-game commands "/version" and "/version citizens" and screenshot or copy/paste the EXACT output of BOTH commands!
|
||||
- FOR LAG RELATED ISSUES: please include server specs, number of NPCs, saves.yml and timings from WarmRoast or other profiler (NOT just Spigot timings, though that can be included as well)
|
||||
-->
|
||||
|
||||
The output of command `/version` on my server is: **(PLEASE FILL IN)**
|
||||
The output of command `/version citizens` on my server is: **(PLEASE FILL IN)**
|
||||
|
9
dist/pom.xml
vendored
9
dist/pom.xml
vendored
@ -67,6 +67,13 @@
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>citizens-v1_13_R1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user