✨ Nucleus ✨ Global/Server Ranks - Punishments - Staff Utils - Player Lookup

Status
This thread has been locked.

joeleoli

@bigjoeleoli
Banned
Feedback score
15
Posts
468
Reactions
615
Resources
0
Nucleus
The essentials for any server. Ranks, punishments, staff and chat utilities, and several libraries commonly used for working on any type of server. Supports per-server ranks and global ranks, rank inheritance, permissions, which can all be edited in-game. Has all types of punishments which are all shared across alternate accounts (if found). Staff can look up player information like alts and past punishments.

Price

JAR is $20 (soon).
Source code is $80.

Want to re-sell Nucleus?
Re-sell rights are $350.

Contact
Telegram: joeleoli
Discord: @joeleoli#5252

Test Server:
na.minexd.com
eu.minexd.com

Default Configuration
Code:
server:
  id: "other-1"
  type: "OTHER"
redis:
  host: "127.0.0.1"
  port: 6379
  password: ""
mongo:
  host: "127.0.0.1"
  port: 27017
  authentication:
    enabled: false
    username: "admin"
    password: "dev"
    database: "admin"

Features
  • Data saved in MongoDB (easy to setup).
  • Sends data to other instances of the plugin through Redis to sync data.
  • Bungee version for whitelist and maintenance mode. Also uses RedisBungee API to display when a staff member switches servers or joins the network.
  • Bans, temporary bans, mutes. All synced throughout the network. All punishments are automatically shared across alt accounts (if found).
  • Ranks with prefixes, weights, permissions, and inheritance all synced throughout the network.
  • Ranks can be created on a specific server or globally throughout the network. You can assign players better ranks on a specific server even if they have a global rank.
  • Send a message to a player from anywhere on the network.
  • Network-wide staff chat (/sc <message>).
  • Network-wide announcement message (w/ sounds).
  • Network-wide /report players and /request assistance.
  • Network-wide staff join/switch server messages.
  • Useful commands like /gm, /gmother, /heal, /feed, /night, /day, /rename, /more, /ci, /setslots, and /ping.
  • All commands, public chat messages, and private messages are logged and can be queried through Mongo. Extremely useful to find bug abusers or rule breakers.
  • Private messages (/msg, /reply, /r) with sounds (can be toggled).
  • Chat filter (w/ phrases, words, regex) and chat message handler for handling who gets sent messages and the format in which messages are displayed.
  • UUID Cache (using Redis) to easily pull usernames or UUIDs of players.
  • Nametag library (change display names, show health). Useful for different types of game modes.
  • Several libraries for creating menus, game settings, teams, player settings, cooldowns, etc.
  • So much more...
Media
24c36ce68e4cb0edac04b2ddc25abcbf.png

de5aa0272f07b9739067b39156e512f9.png

f3eb156d5d90b1521388495048ac940c.png

8bcf1e8c877f94071223d70dea79c5e1.png

808fba573d9357bbf8fb6df0ff0819a0.png

ab32a6aabe95d32dc49fb406d1746a33.png

217e595143638db9ad0ac9f74508b60d.png

65803a93736f9a3e3896e39b92d167f7.png

33503028fe2b20ddbdbe762f991a60de.png

7c4c09c6744b458603fea688ce7391b8.png

90ecd39a713c40cf8d605dc40734fcf9.png
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

NXS_SKY

Feedback score
0
Posts
6
Reactions
2
Resources
0
There are some problems with this. Unless you use RageSpigot some of the features don't work. I have been messing around with this plugin for a little bit and have found the following problems:

Note we are using EnhancedSpigot by kampai when testing.

- Unable to add a permission /rank addperm <rank> <perm>
- Unable to set rank of a user
- Errors when a player disconnects from the server

These are huge because it basically removes the entire permission system from the plugin itself.

I have asked the developer multiple times to fix and figure them out and have not gotten a response after a few days of trying. Super frustrating that we are unable to use a spigot of our choice with his plugin after he has said that we don't need his spigot.

Just a heads up for those that are looking to purchase it.
 
Last edited:

NXS_SKY

Feedback score
0
Posts
6
Reactions
2
Resources
0
I accidentally stated that this plugin depends on RageSpigot, but it actually doesn't. This can be used on any spigot version 1.7.x-1.8.x and possibly any version after that, but not tested.

Change to ragespigot if you have bought it

He stated in the thread that it does not need ragespigot.

Also I have purchased ragespigot and he has not sent me an updated version even after asking for it.
 

joeleoli

@bigjoeleoli
Banned
Feedback score
15
Posts
468
Reactions
615
Resources
0
There are some problems with this. Unless you use RageSpigot some of the features don't work. I have been messing around with this plugin for a little bit and have found the following problems:

Note we are using EnhancedSpigot by kampai when testing.

- Unable to add a permission /rank addperm <rank> <perm>
- Unable to set rank of a user
- Errors when a player disconnects from the server

These are huge because it basically removes the entire permission system from the plugin itself.

I have asked the developer multiple times to fix and figure them out and have not gotten a response after a few days of trying. Super frustrating that we are unable to use a spigot of our choice with his plugin after he has said that we don't need his spigot.

Just a heads up for those that are looking to purchase it.

If kampai added GSON as a dependency in his spigot then that might be the issue, otherwise check if you have the following in your POM:
Code:
<dependency>
    <groupId>com.google.code.gson</groupId>
    <artifactId>gson</artifactId>
    <version>LATEST</version>
    <scope>compile</scope>
</dependency>

The plugin itself works, and I've tested it with Spigot, PaperSpigot, and RageSpigot.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/joeleoli-scam-report.408697/)

NXS_SKY

Feedback score
0
Posts
6
Reactions
2
Resources
0
If kampai added GSON as a dependency in his spigot then that might be the issue, otherwise check if you have the following in your POM:
Code:
<dependency>
    <groupId>com.google.code.gson</groupId>
    <artifactId>gson</artifactId>
    <version>LATEST</version>
    <scope>compile</scope>
</dependency>

The plugin itself works, and I've tested it with Spigot, PaperSpigot, and RageSpigot.


Do I add this to the pom of my spigot or nucleus?

Its not in the POM of the spigot.
 
Last edited:

joeleoli

@bigjoeleoli
Banned
Feedback score
15
Posts
468
Reactions
615
Resources
0
I reduced the price for Nucleus to $60.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/joeleoli-scam-report.408697/)

u_fo

grr
Supreme
Feedback score
3
Posts
22
Reactions
15
Resources
0
For me it shows that it is in the nucleus POM.xml.[DOUBLEPOST=1535416445][/DOUBLEPOST]
Any ideas?[DOUBLEPOST=1535489157][/DOUBLEPOST]Any help? or?

Your spigot must have an outdated version of bson
valaiyar is correct.

After a quick glance @ https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/pom.xml it shows the version 2.8.0 in use (for 1.8). Change the version to 2.8.0 & everything will work fine :rolleyes:.
Code:
<dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.0</version>
      <scope>compile</scope>
</dependency>

Edit: Oh and good shit joeleoli
 
Last edited:

joeleoli

@bigjoeleoli
Banned
Feedback score
15
Posts
468
Reactions
615
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/joeleoli-scam-report.408697/)

zt

Alfie
Supreme
Feedback score
14
Posts
536
Reactions
172
Resources
0
Does it have a custom list plugin like mmc/velt?
 
Status
This thread has been locked.
Top