Jump to content

free op skript


mouseful

Recommended Posts

Hello! Lately I have been advertising a server I am co owner on and it seems like the only way to get players is by saying “«NO» free op at /join blah blah”. People keep saying my advertisement is false because the advertisement said there is free op when it doesnt. If players do come on and say “where’s my free op” i want to tell them to do /freeop. Can anyone either make a skript for me or tell me how to make one for the command? I tried using the minehut skript video but i failed.

Joined 2016

[Default] Mar 2016 → Dec 2020

[VIP] Dec 26, 2020 → Present

Link to comment
Share on other sites

when player join my server i just send a message for a joke

on join:
    broadcast "&7&o[Server: Made &7&o%player%&7&o a server operator]"

all that is but I made a real one in atom for you

command /freeop:
  trigger:
    if {op::*} does not contain uuid of player:
      add uuid of player to {op::*}
      execute console command "/op %player%"
      send "&6System &7>> Claimed Free Op"
    else:
      send "&6System &7>> You Have All Ready Claimed Your Free Op"


command /resetops:
  permission: op
  permission message: No
  trigger:
    clear {op::*}
    send "&6System &7>> Cleared Op List"

Ok That is it. I Would Not really do this unless you have a ban protection skript on your server so stop people from banning you

 

The Reset command really does nothing

Edited by Boxmonkey
Link to comment
Share on other sites

Free ops servers usually don't give actual op to players. They just give them permission to some commands such as gamemode, worldedit and other server commands and block other commands. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Just now, _Tarna_ said:

Free ops servers usually don't give actual op to players. They just give them permission to some commands such as gamemode, worldedit and other server commands and block other commands. 

I know but didn't really know what he wanted

Link to comment
Share on other sites

19 hours ago, _Tarna_ said:

Free ops servers usually don't give actual op to players. They just give them permission to some commands such as gamemode, worldedit and other server commands and block other commands. 

I know this. The point of the /freeop command is to make the player thing they got opped as like a troll.

 

19 hours ago, Boxmonkey said:

when player join my server i just send a message for a joke


on join:
    broadcast "&7&o[Server: Made &7&o%player%&7&o a server operator]"

all that is but I made a real one in atom for you


command /freeop:
  trigger:
    if {op::*} does not contain uuid of player:
      add uuid of player to {op::*}
      execute console command "/op %player%"
      send "&6System &7>> Claimed Free Op"
    else:
      send "&6System &7>> You Have All Ready Claimed Your Free Op"


command /resetops:
  permission: op
  permission message: No
  trigger:
    clear {op::*}
    send "&6System &7>> Cleared Op List"

Ok That is it. I Would Not really do this unless you have a ban protection skript on your server so stop people from banning you

 

The Reset command really does nothing

Okay thank you for this! 

Joined 2016

[Default] Mar 2016 → Dec 2020

[VIP] Dec 26, 2020 → Present

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...