Solved World Guard Event issues

Discussion in 'Plugin Development' started by RegalMachine, Jul 13, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    RegalMachine

    I am creating a plugin that hooks into World Guard. In order to make it work properly, I wish to throw events when the player enters and leaves regions. I found a plugin that allows this, but decided to replicate it to eliminate dependencies. Here is where things go wrong: http://pastebin.com/8jtrFrzN The RegionLeaveEvent and the RegionLeftEvent never get thrown. Why?
     
  2. Offline

    ResultStatic

    RegalMachine you shouldnt copy other plugin into ur plugin to eliminate dependencies. im pretty sure its against one of the bukkit plugin rules, they say it can also break other plugins. if its for private use it doesnt really matter, but they wont allow you to copy another plugin into ur plugin and publish it
     
  3. Offline

    RegalMachine

    ResultStatic Yeah its not for publishing, its for a custom plugin.

    I have decided to just use the other plugin,

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page