Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,300 resources
02
Days
19
Hours
17
Mins
46
Secs

Selling Redis Staff

Status
This thread has been locked.

manny

Developer
Supreme
Feedback score
12
Posts
501
Reactions
308
Resources
0
REDIS STAFF
Introducing version 2.0 (after a year) of Redis Staff. The main purpose of this plugin is for cross-communication between servers (and proxies).

What is included?
  • Admin Chat
  • Staff Chat
  • Request
  • Report
  • Staff Join
  • Staff Disconnect
Screenshots (for proof and such)
2JQAVKZ.png


Pricing
It is barebone plugin but intentions for efficiency and ease to use with a redis-api that can be used in any server regardless of the circumstances.
JAR is $7.50
Source is $15 (Changed because of the overhaul)

Version 2.0 is a complete overhaul of the previous concept grasping on the idea of efficiency. It is completely configurable from messages to even permissions and is barebone only containing features needed.

You can contact me through telegram (@Mannyl0l) or discord (Manny#2685).

Note: Previous Buyers contact me to get the updated version.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

PsychoDev

Feedback score
0
Posts
14
Reactions
1
Resources
0
I think it’s important to elaborate a little bit more on what the plugin does. Why is it called RedisStaff? Does it use Redis for the networking?
 

manny

Developer
Supreme
Feedback score
12
Posts
501
Reactions
308
Resources
0
screenshot?
There isn't much to screenshot that isn't already shown. However, if you want some proof I'm more then happy to provide.
 

David

https://twitter.com/nootlol
Supreme
Feedback score
3
Posts
43
Reactions
37
Resources
0
Vouch
 

manny

Developer
Supreme
Feedback score
12
Posts
501
Reactions
308
Resources
0
No ingame screenshot
I apologize for the delay. However, here is the screenshot(s):
lQLvfTMCQzywib1pAwfs_g.png

Do keep in mind that everything is configurable from messages to permissions.
(You can tweak the messages & permissions to your liking)
 
Last edited:

DavLink

Feedback score
0
Posts
56
Reactions
7
Resources
0
I apologize for the delay. However, here is the screenshot(s):
lQLvfTMCQzywib1pAwfs_g.png

Do keep in mind that everything is configurable from messages to permissions.
(You can tweak the messages & permissions to your liking)
Is it able to be configurable so I can make it like Velt / Arcane / Kohi if I want?
 

manny

Developer
Supreme
Feedback score
12
Posts
501
Reactions
308
Resources
0
Is it able to be configurable so I can make it like Velt / Arcane / Kohi if I want?
Pretty much, you can make an exact replica of any of the servers you provided. (They also function the same as Frozenorb Servers use Redis to sync their staff chat)

Sold 3 copies, thanks to everyone that purchased.

I'm now including the "FROZENORB" replica preset for FREE when purchasing.
 
Last edited:

lfw

Australian Developer / @lfw_0
Supreme
Feedback score
3
Posts
43
Reactions
34
Resources
0
Hey dude, this looks like a really good plugin and a great showcase of what Redis and any PubSub based communications system is capable of, just had a few questions.

1) Does this make use of Redis' inbuilt pipeline support so that you can group together many messages at once in a single payload?
2) Will this be compatible with other PubSub systems in the future, eg: RabbitMQ, etc.

Besides that this plugin looks really clean and I would recommend for anyone that requires their staff communication platform to run on various different proxies in an effective manner!
 

manny

Developer
Supreme
Feedback score
12
Posts
501
Reactions
308
Resources
0
Hey dude, this looks like a really good plugin and a great showcase of what Redis and any PubSub based communications system is capable of, just had a few questions.

1) Does this make use of Redis' inbuilt pipeline support so that you can group together many messages at once in a single payload?
2) Will this be compatible with other PubSub systems in the future, eg: RabbitMQ, etc.

Besides that this plugin looks really clean and I would recommend for anyone that requires their staff communication platform to run on various different proxies in an effective manner!
This uses the inbuilt pipeline from Redis & I'm not sure if it will be compatible with other PubSub systems but, I hopefully will intend to support.
vouch for mannys, great dev
Thanks
 

NA

I do stuffs ¯\_°□°_/¯
Supreme
Feedback score
13
Posts
204
Reactions
88
Resources
0
Redis Staff
This plugin is mainly for networks that have multiple proxies and/or planning to (Example is EU and US proxy). It is optional to have multiple proxies but it is compatible with it. It requires Redis to work. (not RedisBungee)

Features Included:
  • Admin Chat
  • Report
  • Request
  • Staff Chat
  • Staff Join/Staff Disconnect
Servers using this plugin (Contact me if you want your server added.)
  • RocketMC (rocketmc.org)
  • Factions.rip (factions.rip)
  • The Craft RIP (thecraft.rip)
  • RivarlyMC (rivarlymc.net)
Resources:
Code:
REDIS:
  HOST: "127.0.0.1"
  PORT: 6379
  PASSWORD_NEEDED: false
  PASSWORD: "ganggangpassword300"

SERVER:
  NAME: "ganggang300"

LANGUAGE:
  STAFFCHAT:
    PERMISSION: "staff.staff"
    MESSAGE: "&a[%SERVER%] &f%PLAYER%: &f%MESSAGE%"
  ADMINCHAT:
    PERMISSION: "staff.admin"
    MESSAGE: "&c[%SERVER%] &f%PLAYER%: &f%MESSAGE%"
  REQUEST:
    PERMISSION: "staff.request"
    MESSAGE: "&d[%SERVER%] &f%PLAYER%: &f%MESSAGE%"
  REPORT:
    PERMISSION: "staff.report"
    MESSAGE: "&e[%SERVER%] &f%PLAYER% reported %TARGET% for &f%MESSAGE%"
  JOIN:
    MESSAGE: "%PLAYER% joined %SERVER%"
    PERMISSION: "staff.staff"
  QUIT:
    MESSAGE: "%PLAYER% quit %SERVER%"
    PERMISSION: "staff.staff"
Presets (Free!):
FrozenOrb Style:
REDIS:
HOST: "127.0.0.1"
PORT: 6379
PASSWORD_NEEDED: false
PASSWORD: "ganggangpassword300"

SERVER:
NAME: "Edit Config"

LANGUAGE:
STAFFCHAT:
PERMISSION: "staff.staff"
MESSAGE: "&9[Staff] &7[%SERVER%] &b%PLAYER%: &7%MESSAGE%"
TOGGLE:
ON: "&9[Staff] &7You have &benabled&7 staff chat."
OFF: "&9[Staff] &7You have &cdisabled&7 staff chat."
ADMINCHAT:
PERMISSION: "staff.admin"
MESSAGE: "&4[Admin] &7[%SERVER%] &c%PLAYER%: &7%MESSAGE%"
TOGGLE:
ON: "&4[Admin] &7You have &cenabled&7 staff chat."
OFF: "&4[Admin] &7You have &cdisabled&7 staff chat."
REQUEST:
PERMISSION: "staff.request"
MESSAGE: "&9[Request] &7[%SERVER%] &b%PLAYER%&7 requested assistance\n&f &9Reason: &7%MESSAGE%"
REPORT:
PERMISSION: "staff.report"
MESSAGE: "&9[Report] &7[%SERVER%] &b%TARGET%&7 reported by &b%PLAYER%\n&f &9Reason: &7%MESSAGE%"
JOIN:
MESSAGE: "&9[Staff] &b%PLAYER% joined the server."
PERMISSION: "staff.staff"
QUIT:
MESSAGE: "&9[Staff] &b%PLAYER% quit the server."
PERMISSION: "staff.staff"

Pricing: $7.50
If you want source it'll be ~$10.

Updates:
Added toggle staff chat/admin chat
Fixed bug relating to %TARGET% in /report appearing with an extra %

Contact Information (For direct contact):
  • Telegram: @Manny15
  • Discord: Manny#0788
Vouch really awesome develoepr and an amazing person!
 
Status
This thread has been locked.
Top