Resource icon

Script Server Core (Edit messages in the source) 1.4

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

camnooten

Member
Feb 18, 2017
15
1
0
34
camnooten submitted a new resource:

Server Core (Edit messages in the source) - If you are a server owner that doesn't want essentials, here is an alternitive.

Hello! I was really bored, so I coded this in Skript. You can edit any of the messages in the source code.

Features:
/nick
/gamemode (/gmc, /gms, /gamemode c, /gamemode s)
/silence (enable/disable)
/mute
/ban
/unban
/tp
/msg (/m, /w, /message)
/r
/broadcast
/stop
/toggledownfall (Edited command)
/day
/night
/ci
/give (/i, /g, /item)
/vanish (enable/disable)
/speed (/so to disable)
/cc
Join messages
Quit messages
Death messages

Dependencies: ...

Read more about this resource...
 
Please use list variables instead of a variable for every player:

{mute.%player%} is what you use. Change it to: {mute::%player%} or have all player based variables under {yourscript::%player%::*}
 
Please use list variables instead of a variable for every player:

{mute.%player%} is what you use. Change it to: {mute::%player%} or have all player based variables under {yourscript::%player%::*}
Thank you, I will add this in the next update. I appreciate your feedback, means alot. When I add this, I will make sure to credit you in the changelog.
 
  • Like
Reactions: ThinkingAboutIt
camnooten updated Server Core (Edit messages in the source) with a new update entry:

Update 1.1 - Added new commands and fixed stuff

SC1Isev.jpg

Update 1.1
  • Added /heal
  • Added /fly (enable/disable)
  • Made mute better (Thanks to ThinkingAboutIt)
  • Added /tphere
  • Removed unwanted things
  • Fixed alot of permissions
P.S: I now have a GitHub! Click Here to visit.

Read the rest of this update entry...