NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Email issues

There are currently issues with our email service, causing validation emails to fail for new accounts. If you have not received your validation email, please contact us via Discord (https://discord.gg/nameless).

[v2 Module Request] Infractions modules similar to Version 1
Started by Awesome__Luke

Awesome__Luke

Awesome__Luke

Member
Joined
14 Nov 2018
Last Seen
14 May 2024
Topics
4
Posts
5
Minecraft
Awesome__Luke

Hi! I am looking to see if someone has or would kindly make a infractions module for v2 pre6. I would be very happy if you can, and if you can please let me know. For me, it needs to have litebans support. Thank you!

Awesome__Luke · over 6 years ago
Samerton

Samerton

Owner
Joined
30 Mar 2015
Last Seen
30 Jul 2025
Topics
46
Posts
1089
Minecraft
Samerton

Coming very soon 🙂

👍 2
Samerton · over 6 years ago
DieselJS

DieselJS

Member
Joined
04 Jul 2019
Last Seen
24 May 2024
Topics
1
Posts
5

How soon is soon? This would be awesome.

DieselJS · over 6 years ago
Azure_Puppy

Azure_Puppy

Member
Joined
07 Jun 2022
Last Seen
18 Jul 2023
Topics
1
Posts
2
Minecraft
Azure_Puppy

Update?

Azure_Puppy · over 2 years ago
Nightmare Fox

Nightmare Fox

Member
Joined
27 Feb 2020
Last Seen
16 Mar 2025
Topics
8
Posts
12
Minecraft
NightmareFox

I have a request.
Can this module have an update for ultra punishments?
I already have a web interface for it but i would like to have that added.
Thank you.
I have replied to your wiki on the structure with the working web interface.

Nightmare Fox · about 1 year ago · Last edited: about 1 year ago
Nightmare Fox

Nightmare Fox

Member
Joined
27 Feb 2020
Last Seen
16 Mar 2025
Topics
8
Posts
12
Minecraft
NightmareFox
Samerton:

 

Sorry for this.
This is in reguards to me previous request

Nightmare Fox:

I have a request.
Can this module have an update for ultra punishments?
I already have a web interface for it but i would like to have that added.
Thank you.
I have replied to your wiki on the structure with the working web interface.


Ultra punishments uses the followning methods to read its data.

all colums per table is: `key` varchar(64), value `mediumblob`

php is used like this

 

$data = base64_decode($row['value']);

$data = json_decode($data, true);

 

Nightmare Fox · about 1 year ago · Last edited: about 1 year ago