Jump to content

FakeOp Script! | Trolling Skript


Wolfeee_

Recommended Posts

You may use this in any way, shape, or form. You may edit this, just don't repost the edited version. 

*Warning!* 
I don't know if this works, because I have not tried it. So if it doesn't then tell me.

Command /fakeop <player>

command /fakeop [<player>]:
	permission: fakeop.use
	permission message: &cYou do not have permission to execute this command!
	trigger:
		if arg-1 is set:
			message "&7&o[%player%] made %arg-1% a server operator." to %arg-1%
			stop

 

IGN: Wolfeee_
Discord: Nathan.#4380


00243044b4b99f59989b7171466e765c.png

a.png

Link to comment
Share on other sites

  • 2 months later...
command /fakeop [<player>]:
	permission: fakeop.use
	permission message: &cYou do not have permission to execute this command!
	trigger:
        if arg-1 is set:
	        broadcast "&7&o[%player%] made %arg-1% a server operator." 
        else:
            send "&7Please specify a player!"
             

This works. Instead of message you need to broadcast it to the whole server.

  • Confused 1

|Ex Staff|

download.jpg.af28032f9dfcfef569a01b3c5168646e.jpg - Matqx#5545

1045330945_download(1).jpg.42534e5f7de249b44b6e4fb4af0570aa.jpg - Matqx // Pro

 Rules // Discord // Voting Link

Link to comment
Share on other sites

command /fakeop [<player>]:
	permission: fakeop.use
	permission message: &cYou do not have permission to execute this command!
	trigger:
        if arg-1 is set:
	        send "&7&o[%player%] made %arg-1% a server operator." to arg-1
        else:
            send "&7Please specify a player!"

A addition to what Matqx said, you could send it to a specific message by adding 

 to arg-1

at the end of the message (This will only be sent to the player and not you! Add another send to send it to you too)

Santio71 -> Developer

Development Lead for Minehut Events Team


First Joined: Jan. 24, 2016

[VIP]~2019

Joined CET: July 22, 2019 (About 1.75 years ago) 

[PRO]: May 6, 2020

Rejoined CET: June 15, 2020

Moderator: December 19, 2022

himods_1_464x213.pngok3.png.9f407538426375980dbfd1a70bd93a74.pngok2.png.2d1e6960fee974293bc3aaebeb41d5db.png

Link to comment
Share on other sites

  • 4 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...