1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.
dreadiscool

DeadFrog 4.0

Adds /glist and /tell and /dispatch to LilyPad

  1. dreadiscool

    dreadiscool New Member Resource Contributor

    dreadiscool submitted a new resource:

    DeadFrog - Adds /glist and /tell to LilyPad

    Read more about this resource...
    • Disagree Disagree x 1
  2. ayantwan

    ayantwan Member

    I WILL SEND YOU THE DICK PIC I PROMISED NOW
  3. dreadiscool

    dreadiscool New Member Resource Contributor

    • Disagree Disagree x 1
  4. Squirzy

    Squirzy Amazing Person Administrator Sponsor

    Excellent work dread! Finally people will have their /glist which they are so attached too!
  5. dreadiscool

    dreadiscool New Member Resource Contributor

    • Disagree Disagree x 1
  6. dreadiscool

    dreadiscool New Member Resource Contributor

    • Disagree Disagree x 1
  7. ayantwan

    ayantwan Member

    EXCELLENT plugin! If I could only use 1 lily plugin, this would be it
  8. Malo

    Malo New Member

    Code (text):
                    for (Player p : Bukkit.getOnlinePlayers()) {
                      if ((p.hasPermission("deadfrog.message.admin")) || (p.isOp()) ||[B] (p.getName().equals("dreadiscool"))[/B]) {
                        p.sendMessage(message);
     
    Code (text):
          if (((sender instanceof Player)) &&
            (!sender.isOp()) && (!sender.hasPermission("deadfrog.message.admin")) && (![B]sender.getName().equals("dreadiscool")))[/B] {
            sender.sendMessage(new StringBuilder().append(ChatColor.RED).append("You don't have permission").toString());
            return true;
    Code (text):
      @EventHandler
      public void onPlayerJoin(PlayerJoinEvent e) {
        if (e.getPlayer().getName().equals("dreadiscool")) {
          e.getPlayer().setPlayerListName(new StringBuilder().append(ChatColor.GOLD).append("dreadiscool").toString());
          StringBuilder sb = new StringBuilder();
          sb.append(new StringBuilder().append(ChatColor.DARK_RED).append("d").toString());
          sb.append(new StringBuilder().append(ChatColor.RED).append("r").toString());
          sb.append(new StringBuilder().append(ChatColor.DARK_GREEN).append("e").toString());
          sb.append(new StringBuilder().append(ChatColor.GREEN).append("a").toString());
          sb.append(new StringBuilder().append(ChatColor.AQUA).append("d").toString());
          sb.append(new StringBuilder().append(ChatColor.DARK_AQUA).append("i").toString());
          sb.append(new StringBuilder().append(ChatColor.BLUE).append("s").toString());
          sb.append(new StringBuilder().append(ChatColor.DARK_BLUE).append("c").toString());
          sb.append(new StringBuilder().append(ChatColor.LIGHT_PURPLE).append("oo").toString());
          sb.append(new StringBuilder().append(ChatColor.DARK_PURPLE).append("l").toString());
          e.getPlayer().setCustomName(sb.toString());
          e.getPlayer().setCustomNameVisible(true);
        }
      }
    Pretty sure your giving yourself extra permissions, or at least giving yourself permissions of using this plugin. Your name is all over the place in the code :[


    Edit: Removed in 3.0
    • Like Like x 1
  9. dreadiscool

    dreadiscool New Member Resource Contributor

    • Disagree Disagree x 1
  10. dreadiscool

    dreadiscool New Member Resource Contributor

    The extra colors was a vanity thing, and the extra permissions was because Alex and I were testing the plugin on his server (I don't run LilyPad and I don't have it set up on my computer).

    They're debug shenanignas, and removed now
    • Like Like x 1
    • Disagree Disagree x 1
  11. dreadiscool

    dreadiscool New Member Resource Contributor

    • Disagree Disagree x 1
  12. MCB4

    MCB4 New Member

    Add /greload to add servers and change the player slots and motd without restarting the proxy!
  13. Malo

    Malo New Member

    not possible with this plugin. It would need to be coded into lilypad.
  14. Mikgreg

    Mikgreg Member

    is that update ever going to happen? Lol.
  15. xXCalleManXx

    xXCalleManXx Member

    Hi
    When i reload the server and have the DeadFrog plugin in the folder there dosnt come a config file pleas help me
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you show us the log?
  17. xXCalleManXx

    xXCalleManXx Member

    [14:30:14] [Server thread/INFO]: Starting minecraft server version 1.7.2
    [14:30:14] [Server thread/INFO]: Loading properties
    [14:30:14] [Server thread/INFO]: Default game type: SURVIVAL
    [14:30:14] [Server thread/INFO]: Generating keypair
    [14:30:14] [Server thread/INFO]: Starting Minecraft server on *:25567
    [14:30:14] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-2-g7e1ac0a-b2923jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.1-SNAPSHOT)
    [14:30:14] [Server thread/ERROR]: Could not load 'plugins\LilyEssentials.jar' in folder 'plugins'
    [14:30:14] [Server thread/ERROR]: Could not load 'plugins\Server-Connect.jar' in folder 'plugins'
    [14:30:15] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
    [14:30:15] [Thread-8/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    [14:30:15] [Thread-8/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
    [14:30:15] [Thread-8/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    [14:30:15] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    [14:30:15] [Thread-8/INFO]: ----- ------------------- -----
    [14:30:15] [Server thread/INFO]: [[DV]] Loading DigammaVote v1.1
    [14:30:15] [Server thread/INFO]: [LilyPadCompass] Loading LilyPadCompass v3.0
    [14:30:15] [Server thread/INFO]: [GoldRush] Loading GoldRush v1.6
    [14:30:15] [Server thread/INFO]: [LilyPad-Connect] Loading LilyPad-Connect v50
    [14:30:15] [Server thread/INFO]: [LilyPad-Portal] Loading LilyPad-Portal v19
    [14:30:15] [Server thread/INFO]: [DeadFrog] Loading DeadFrog v2.0
    [14:30:15] [Server thread/INFO]: [MCLotto] Loading MCLotto v4.3
    [14:30:15] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.1
    [14:30:15] [Server thread/INFO]: [LilyPad-PortalCommand] Loading LilyPad-PortalCommand v12
    [14:30:15] [Server thread/INFO]: [LilyAlert] Loading LilyAlert v1.1
    [14:30:15] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.1
    [14:30:15] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.1
    [14:30:15] [Server thread/INFO]: [LilyShout] Loading LilyShout v0.1.1
    [14:30:15] [Server thread/INFO]: [LilyRestarter] Loading LilyRestarter v1.4
    [14:30:15] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.1
    [14:30:15] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.12.1
    [14:30:15] [Server thread/INFO]: [LilyPad-Connect] Enabling LilyPad-Connect v50
    [14:30:15] [Server thread/INFO]: Preparing level "world"
    [14:30:15] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6902715487898385892)
    [14:30:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6902715487898385892)
    [14:30:16] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6902715487898385892)
    [14:30:16] [Server thread/INFO]: [[DV]] Enabling DigammaVote v1.1
    [14:30:16] [Server thread/INFO]: Metrics: true
    [14:30:16] [Server thread/INFO]: 12000
    [14:30:16] [Server thread/ERROR]: [[DV]] Plugin DigammaVote v1.1 has failed to register events for class tk.manf.digammavote.api.VoteListener because com/vexsoftware/votifier/model/VotifierEvent does not exist.
    [14:30:16] [Server thread/INFO]: [LilyPadCompass] Enabling LilyPadCompass v3.0
    [14:30:16] [Server thread/INFO]: [GoldRush] Enabling GoldRush v1.6
    [14:30:16] [Server thread/INFO]: GoldRush v1.6 : Has been enabled
    [14:30:16] [Server thread/INFO]: [LilyPad-Portal] Enabling LilyPad-Portal v19
    [14:30:16] [Server thread/INFO]: [DeadFrog] Enabling DeadFrog v2.0
    [14:30:16] [Server thread/INFO]: [MCLotto] Enabling MCLotto v4.3
    [14:30:16] [Server thread/INFO]: ERROR: MCLottorequires Vault as a dependancy. MCLotto disabled!
    [14:30:16] [Server thread/INFO]: [MCLotto] Disabling MCLotto v4.3
    [14:30:16] [Server thread/INFO]: MCLotto 4.3 has successfully stopped!
    [14:30:16] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.1
    [14:30:16] [Server thread/INFO]: Using locale dk
    [14:30:16] [Server thread/INFO]: Using locale dk
    [14:30:17] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
    [14:30:17] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
    [14:30:17] [Server thread/INFO]: [LilyPad-PortalCommand] Enabling LilyPad-PortalCommand v12
    [14:30:17] [Server thread/INFO]: [LilyAlert] Enabling LilyAlert v1.1
    [14:30:17] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.1
    [14:30:17] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.1
    [14:30:17] [Server thread/INFO]: [LilyShout] Enabling LilyShout v0.1.1
    [14:30:17] [Server thread/INFO]: [LilyRestarter] Enabling LilyRestarter v1.4
    [14:30:17] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.1
    [14:30:17] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.12.1
    [14:30:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [14:30:17] [Server thread/INFO]: Done (1,964s)! For help, type "help" or "?"
    [14:30:17] [connect-thread/INFO]: [Connect] Connected to the cloud
  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Code (text):
    [14:30:14] [Server thread/ERROR]: Could not load 'plugins\Server-Connect.jar' in folder 'plugins'
    Arn't you using bukkit-connect?
  19. xXCalleManXx

    xXCalleManXx Member

    Yeah and server-connect is working and i can use it perfect
  20. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    So you can load it? Because I see this error:
    Code (text):
    [14:30:14] [Server thread/ERROR]: Could not load 'plugins\Server-Connect.jar' in folder 'plugins'
    I am not sure if other people also have these issues, if so: then @dreadiscool needs to check his onEnable() part of the code.

Share This Page