Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 1faa17e

Browse files
committed
1.3.1 update
1 parent 8ac0f2e commit 1faa17e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Omniscience-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Omniscience</artifactId>
77
<groupId>io.github.warhead501</groupId>
8-
<version>1.3</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

OmniscienceAPI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Omniscience</artifactId>
77
<groupId>io.github.warhead501</groupId>
8-
<version>1.3</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Omniscience
22
A flexible all-around No SQL logging system for spigot/paper spigot ecosystems with hooks for custom logging patterns.
33

4-
**Project fork notice:** *This project is forked from 501Warhead/Omniscience (https://github.com/501warhead/Omniscience). To prevent any confusion this is not lord of the craft version, but this version has included 1.17.+ fixes more features are coming soon!*
4+
**Project fork notice:** *This project is forked from 501Warhead/Omniscience (https://github.com/501warhead/Omniscience). To prevent any confusion this is not lord of the craft version, but this version has included 1.18.+ fixes more features are coming soon!*
55

66
## About
77

88
Omniscience is a document-driven logging system based heavily on the concepts incorperated in Prism, but intended for the spigot/paper spigot ecosystem. Using parameter-driven commands combined with optional flags you can take deep dives into the ever progressing story of each player and what they do on your server.
99

10-
Omniscience is a great project that was released open source for use, and I'm forever thankful to 501 for releasing it. While the majority is done and maintenance to 1.16 is completed, expanding upon Omniscience to ensure it remains an excellent tool is on the long list of projects to complete. We hope that anyone needing a simple, No SQL solution can make use of this system just as we have, though as stated above, there is no official public release.
10+
Omniscience is a great project that was released open source for use, and I'm forever thankful to 501 for releasing it. While the majority is done and maintenance to 1.18 is completed, expanding upon Omniscience to ensure it remains an excellent tool is on the long list of projects to complete. We hope that anyone needing a simple, No SQL solution can make use of this system just as we have, though as stated above, there is no official public release.
1111

1212
### Original Author
1313
*Omniscience is something of a passion project for me. Lord of the Craft is a strongly roleplay focused server that incorperates many aspects of Minecraft into it's day to day operation. We jumped from LogBlock to HawkEye to CoreProtect and none of them could quite satisfy the in-depth chat logging we needed, the api hooks we needed, and the block logging/rollbacks we needed. I saw the oppertunity to create something unique and robust, and thus Omniscience was born.*

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.warhead501</groupId>
88
<artifactId>Omniscience</artifactId>
9-
<version>1.3</version>
9+
<version>1.3.1</version>
1010
<modules>
1111
<module>OmniscienceAPI</module>
1212
<module>Omniscience-Core</module>
@@ -15,7 +15,7 @@
1515

1616
<name>Omniscience</name>
1717

18-
<description>The Spigot solution to block logging and rollbacks for 1.16.5+</description>
18+
<description>The Spigot solution to block logging and rollbacks for 1.18.x+</description>
1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>

0 commit comments

Comments
 (0)