mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 11:05:49 +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:
|
Please include:
|
||||||
- A detailed description of your issue or feature request
|
- 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
|
- 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)
|
- 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)**
|
||||||
|
7
dist/pom.xml
vendored
7
dist/pom.xml
vendored
@ -68,5 +68,12 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<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>
|
</dependencies>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user