Jump to content

Inferium Lite Core V2.0 (OVERHAUL)


Infiniticy

Recommended Posts

Hello! My name is Infin, Founder & CEO of Infinti Productions. (We're a small freelancing company starting up) I've made this for a smaller server, and remade it with the information you can change in the configuration. Simple enough, I'll be updating this script periodically, or if requested enough. I read the comments frequently, if there are any bugs please contact me on discord Infiniticy#0001. Or respond with a screenshot in the comments. 

This script offers:

- Anti swear (Basic)
- /Discord
- /Website
- Custom /Help
- Join / Leave messages
- Report System
- Autobroadcast System 

 

InferiumLite.sk

Edited by Infiniticy
Update!
Link to comment
Share on other sites

# Inferium Lite Core
# Made entirely by Infin :)
# Join our official discord: https://discord.gg/ApKsBPp
# (!) SCRIPT WAS NOT TESTED, PLEASE REPORT BUGS WITH SCREENSHOTS IN THE COMMENTS (!)

on script load:
    message "&c&lInferium Core [Lite] &8&l» &aLoaded! &eDeveloper: &4Infiniticy" to the console

on join:
    set join message to "&7[&a+&7] &7%player%"
On quit:
    set leave message to "&7[&c-&7] &7%player%"

# Change the prefix to whatever you'd like. 
Options:
    prefix2: &cWWW.Website.com
    prefix3: &bYOUR-DISCORD-HERE
    prefix4: &cHelp
    prefix5: &c&lReport  >>
    cooldown: 5 seconds
    
#_____________________________________#

command /Website:
    trigger:
        message ""
        message "&bTo access our website head to: &c&{@prefix2}"
        message ""
        
#_____________________________________#

command /Discord:
    trigger:
        message ""
        message "{@prefix3}"
        message ""
        
#_____________________________________#

command /Help:
    trigger:
        message "&c&m------------{@prefix4}&c&m------------
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m------------{@prefix4}&c&m------------
        
#_____________________________________ #
#                    Report                   #
#                    Section                  #
#_____________________________________ #

command /report [<player>] [<text>]:
    trigger:
        if {_waited%%} is less than {@cooldown}:
            message "&c(!) &c{@cooldown} is the cooldown, you can this command again in: {_waited}%%"
            stop
        if arg 1 is not set:
            message "{@prefix5}: &a/report <player> <reason>"
            stop
        if arg 2 is not set:
            message "{@prefix5}: &a/report <player> <reason>"
            stop
        if arg 2 is set:
            wait 3 ticks
            send "&aThank you for your report, Staff will look into it!"
            loop all players:
                loop-player has permission "Report.see"
                send "&4&lREPORT &c%sender% &bHas reported &c%arg 1% &bFor&7: &e%arg 2%" to loop-player

im not gonna post the no-swear section because it has swear words there and racial slurs too. Anyways, I will be full honest you on what i think about your script.

The way you said "full report system" i thought of like many features came with it but no it was just the old boring report system which just sends reports to online staff and does not store anywhere but it does have a cooldown but i expected more than just this.

Also here is my advice before you actually post a script to the community for them to use. First of all, Always test your script before you put it on the forums & also test the script and find any bugs and if there isn't go post it on the forums.

So i just tested your script because you said you didn't test it well.. there is 17 errors. Like holy crap tons of bloody tabs bro. I am not impressed with your script at all i literally hate it. No hard feelings bro, This is just me being honest with you but i hope you take my advice into consideration.

~TacticalModz

Start your Minecraft server today for as low as £0.50/weekly for up to 4 GB of RAM! (£3.50 Monthly) and be equipped for all situations with our high-performance gear keeping your servers running 24/7

Why choose Us?
• Guaranteed 99.9% Uptime
• NVMe RAID Fast Storage
• 24/7 Hosting
• Instant Setup
• 50% Discount. Use Code: 50OFF (Ends on November 11th)

We want to ensure our customers are happy with the service they received and support. We aim to provide low-costs those who cant afford a minecraft server. No extra costs, no setup fees! One-time payment and you are good to go with our instant setup feature we introduced to ensure your server is ready to go!

Planning to make a community or a project you want to work on? We got you covered! Our servers are optimized for performance and security, so you can have peace of mind and focus on your project. Our servers are also reliable and packed with features, so you can start playing right away.

We guarantee 99% uptime and 24/7 customer support, so you can always ask for help if you need it.

Links:
https://forums.valknet.org
https://billing.valknet.org
Invite: https://discord.gg/FqSRt4ZCAC

Link to comment
Share on other sites

9 hours ago, TacticalModz said:

# Inferium Lite Core
# Made entirely by Infin :)
# Join our official discord: https://discord.gg/ApKsBPp
# (!) SCRIPT WAS NOT TESTED, PLEASE REPORT BUGS WITH SCREENSHOTS IN THE COMMENTS (!)

on script load:
    message "&c&lInferium Core [Lite] &8&l» &aLoaded! &eDeveloper: &4Infiniticy" to the console

on join:
    set join message to "&7[&a+&7] &7%player%"
On quit:
    set leave message to "&7[&c-&7] &7%player%"

# Change the prefix to whatever you'd like. 
Options:
    prefix2: &cWWW.Website.com
    prefix3: &bYOUR-DISCORD-HERE
    prefix4: &cHelp
    prefix5: &c&lReport  >>
    cooldown: 5 seconds
    
#_____________________________________#

command /Website:
    trigger:
        message ""
        message "&bTo access our website head to: &c&{@prefix2}"
        message ""
        
#_____________________________________#

command /Discord:
    trigger:
        message ""
        message "{@prefix3}"
        message ""
        
#_____________________________________#

command /Help:
    trigger:
        message "&c&m------------{@prefix4}&c&m------------
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m - CHANGE ME"
        message "&c&m------------{@prefix4}&c&m------------
        
#_____________________________________ #
#                    Report                   #
#                    Section                  #
#_____________________________________ #

command /report [<player>] [<text>]:
    trigger:
        if {_waited%%} is less than {@cooldown}:
            message "&c(!) &c{@cooldown} is the cooldown, you can this command again in: {_waited}%%"
            stop
        if arg 1 is not set:
            message "{@prefix5}: &a/report <player> <reason>"
            stop
        if arg 2 is not set:
            message "{@prefix5}: &a/report <player> <reason>"
            stop
        if arg 2 is set:
            wait 3 ticks
            send "&aThank you for your report, Staff will look into it!"
            loop all players:
                loop-player has permission "Report.see"
                send "&4&lREPORT &c%sender% &bHas reported &c%arg 1% &bFor&7: &e%arg 2%" to loop-player

im not gonna post the no-swear section because it has swear words there and racial slurs too. Anyways, I will be full honest you on what i think about your script.

The way you said "full report system" i thought of like many features came with it but no it was just the old boring report system which just sends reports to online staff and does not store anywhere but it does have a cooldown but i expected more than just this.

Also here is my advice before you actually post a script to the community for them to use. First of all, Always test your script before you put it on the forums & also test the script and find any bugs and if there isn't go post it on the forums.

So i just tested your script because you said you didn't test it well.. there is 17 errors. Like holy crap tons of bloody tabs bro. I am not impressed with your script at all i literally hate it. No hard feelings bro, This is just me being honest with you but i hope you take my advice into consideration.

~TacticalModz

Actually, thanks for the advice. Our definitions for a report system seem to differ, however. The not testing my skripts is accurate for this particular skript, but as for all my other work, it has been tested and perfected.  I will fixing these errors today and relaunching the skript with a full recoding. Thanks for the feedback!

Edited by Infiniticy
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...