Jump to content

Any help on how to make this work?


sanji99

Recommended Posts

For Example:

command /fb:
 aliases: /ForceBroadcast
  trigger:
  send "&f[DupeLiife]&c [Tip] &2 Do /dupe if you didn't know already" to all players
  
command /fb2:
 aliases: /ForceBoradcast2
  trigger:
  send "f[DupeLiife]&c Felling Lonely? &2 Do /howtoadvertise!

Why does this not work https://19216801.onl/ https://routerlogin.uno/?

 

Edited by sanji99
Link to comment
Share on other sites

i think in might be indent but

here i think is should work

command /fb:
	aliases: /ForceBroadcast
	trigger:
		broadcast "&f[DupeLiife]&c [Tip] &2 Do /dupe if you didn't know already" to all players
  
command /fb2:
	aliases: /ForceBoradcast2
	trigger:
		broadcast "f[DupeLiife]&c Felling Lonely? &2 Do /howtoadvertise!

 

Link to comment
Share on other sites

You could make this code much more expandable. Just add more lines at the start!
 

on load:
	delete {fb::*}
	add "&f[DupeLiife]&c Feeling Lonely? &2Do /howtoadvertise!" to {fb::*}
	add "&f[DupeLiife]&c TIP: Do /dupe!" to {fb::*}
	

command /fb <integer=1>:
	trigger:
		send {fb::%arg-1%} to all players

If this helped, please like (💙) the comment, it helps out a ton

Minecraft Ranks
[DEFAULT] - 9th October 2020
[PRO] - 21st November 2020
[PATRON] - 27th October 2021

Proficiency
Python - 8 Years
C/C++ - 5 Years
Skript - 4 Years
Javascript - 3 Year
Java - 1 Year

Links
Discord - kegnh#1234

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