mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-03 04:21:12 -04:00
8 lines
381 B
Groovy
8 lines
381 B
Groovy
import resources.objects.SWGObject
|
|
import resources.player.Player
|
|
import services.galaxy.GalacticManager
|
|
import intents.chat.ChatBroadcastIntent;
|
|
|
|
static def execute(GalacticManager galacticManager, Player player, SWGObject target, String args) {
|
|
new ChatBroadcastIntent(args, player, player.getCreatureObject().getTerrain(), ChatBroadcastIntent.BroadcastType.AREA).broadcast();
|
|
} |