mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Put plugins with the same name in unique packages
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.alKharid
|
||||
|
||||
import org.apollo.game.model.Direction
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.edgeville
|
||||
|
||||
import org.apollo.game.model.Direction
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.falador
|
||||
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
// Generic npcs
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.lumbridge
|
||||
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
npc_spawn("woman", id = 4, x = 3232, y = 3207)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.tutorialIsland
|
||||
|
||||
import org.apollo.game.model.Direction
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.varrock
|
||||
|
||||
import org.apollo.game.model.Direction
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user