Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

tripps41

Friend of HG
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 

1 Follower

Profile Information

  • Gender
    Male

Steam Account

  • SteamID
    STEAM_0:1:68375693
  • SteamID 3
    [U:1:136751387]
  • Community ID

tripps41's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. Because people still use this plugin. And it was made by me so i decided to post it to hg.
  2. I am not poor it is all in my bank
  3. Yeah. I am totally. You should look at the picture . I was glitched and it looks like i am superman!
  4. Hey guys tripps here and i am posting my plugin for minecraft . I have no idea how to post this so i will just paste the coding and a link to the page. Download Main Class: package net.jc.minecraft; import java.io.IOException; import java.util.Random; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.scheduler.BukkitRunnable; public final class PcBroadcast extends JavaPlugin { PcTask task; public static boolean enabled = true; public class PcTask extends BukkitRunnable { public void run() { if (PcBroadcast.enabled) { int I = new Random().nextInt(PcBroadcast.this.getConfig().getStringList("Messages").size()); String PCM = ChatColor.translateAlternateColorCodes('&', (String)PcBroadcast.this.getConfig().getStringList("Messages").get(I)); String prefix = ChatColor.translateAlternateColorCodes('&', PcBroadcast.this.getConfig().getString("Prefix")); Bukkit.broadcastMessage(prefix + PCM); } } } public void onEnable() { task = new PcTask(); getLogger().info("PCB Is Enabled!"); this.getConfig().options().copyDefaults(true); saveDefaultConfig(); task.runTaskTimer(this, 10L, getConfig().getLong("Time") * 20L); try { MetricsLite metrics = new MetricsLite(this); metrics.start(); } catch (IOException e) { // Failed to submit the stats :-( } } public void onDisable() { getLogger().info("PCB Is Disabled!"); Bukkit.getScheduler().cancelTasks(this); } public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { if (cmd.getName().equalsIgnoreCase("pcb")) { if (args.length == 0) { if (sender.hasPermission("pcb")) { sender.sendMessage(ChatColor.GOLD + "/pcb toggle - This command will toggle broadcasting messages!"); sender.sendMessage(ChatColor.GOLD + "/pcb reload - This command will reload the configuration of PCM!"); sender.sendMessage(ChatColor.GOLD + "/pcb credits - This will display the people who developed PCM!"); } else { sender.sendMessage(ChatColor.RED + "NICE TRY!"); } } else if (args.length == 1) { if (args[0].equalsIgnoreCase("toggle")) { if (sender.hasPermission("pcb.toggle")) { enabled = !enabled; sender.sendMessage(ChatColor.GREEN + "PCB BROADCAST IS NOW SET TO" + ChatColor.RED + enabled); } else { sender.sendMessage(ChatColor.RED + "NICE TRY!"); } } else if (args[0].equalsIgnoreCase("reload")) { if (sender.hasPermission("pcb.reload")) { this.reloadConfig(); sender.sendMessage(ChatColor.AQUA + "PCB" + ChatColor.GREEN + " Has Been Reloaded From Disk Space!"); } else { sender.sendMessage(ChatColor.RED + "NICE TRY!"); } } else if (args[0].equalsIgnoreCase("credits")) { if (sender.hasPermission("pcb.credits")){ sender.sendMessage(ChatColor.GREEN + "PCB was made by Polarcraft"); sender.sendMessage(ChatColor.AQUA + "Aka tripps41"); } } } else if (args.length >= 2) { sender.sendMessage("TOO MANY ARGUMENTS."); } } return false; } }
  5. -hg- Clan Application Game Division Garry's Mod In-Game Name tripps41 Location Houston, Texas How old are you? 15 Which games (servers) do you play on? I play on perp and sometimes the zombie survival. How long have you been playing on our servers? 6 months What is your Steam ID / GUID? STEAM_0:1:68375693 Why do you want to join HG? Because I was in it before and left to work on another community. And then i am coming back because i know too many players from hg that want me to join back. All members are required to be on our TeamSpeak3 Server whenever playing. Will you agree with this rule? Yes Who (if anyone) referred you to apply? -- Any other information you want to include is welcome --
  6. -hg- Clan Application Game Division Garry's Mod In-Game Name tripps41 Location Texas, Houston How old are you? 15 Which games (servers) do you play on? Garry's Mod How long have you been playing on our servers? 1day hr time. But 2-3 days irl. What is your Steam ID / GUID? STEAM_0:1:68375693 Why do you want to join HG? Well I have recently been looking for a group to join. And also the servers seem fun so I would love to join. All members are required to be on our TeamSpeak3 Server whenever playing. Will you agree with this rule? Yes Who (if anyone) referred you to apply? _iMPAKT Any other information you want to include is welcome --