Innectis Community Forum

Author Topic: Lot Games!  (Read 2836 times)

sanjoK

  • Goldy VIP
  • Newbie
  • ****
  • Posts: 23
  • Gender: Male
  • Does anybody seen sanjoK ?
    • View Profile
Lot Games!
« on: July 12, 2013, 03:18:47 PM »
I wish and maybe others too If innectis had a flag or a resolution for players so they could create a game on their lots (different types of a game) this is my first example: If you are creating a Team Deathmatch the command allows your lot to teleport people back to your lot (not to the spawn) when they die and continue the game untill it stops. That would be a easy way to play because people dont need to go to your lot and search for the place where the game is (they will just spawn at your lot spawn game location.

I posted this because In my point of view everybody should be able to create their own game and manage them.

And of course some smiles for the end of the message  :o ::) :P
  • sanjoK
    sanjoK
    sanjoK

Lakewaykiddie

  • Goldy VIP
  • Newbie
  • ****
  • Posts: 1
  • New User :)
    • View Profile
Re: Lot Games!
« Reply #1 on: July 12, 2013, 03:20:00 PM »
I agree
  • Lakewaykiddie
    Lakewaykiddie
    Lakewaykiddie

mercilessdegree

  • Star
  • Sr. Member
  • *****
  • Posts: 327
  • Welcome to the world of bloody evolution.
    • View Profile
Re: Lot Games!
« Reply #2 on: July 12, 2013, 04:33:53 PM »
As fun an Idea as this sounds that is what the minigame world is for, if you have any suggestions I'm sure Nosliw woouldn't mind hearing them or I could pass them on for you.
  • mercilessdegree
    mercilessdegree
    mercilessdegree

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: Lot Games!
« Reply #3 on: July 12, 2013, 05:07:07 PM »
I'm not entirely sure on your idea, and making something that allows you to fully control everything that happens on your lot is not going to happen. However an idea that did float through the development team was the ability to write/code your own games in written books, and plug them into Minigame world. Its far from complete, but it will be a fun thing to do ^^
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}