Remove plugins.gradle and factor into common extension

This commit is contained in:
Gary Tierney
2017-09-16 18:49:06 +01:00
parent d323bcd69c
commit 36282cf81e
104 changed files with 608 additions and 408 deletions
@@ -0,0 +1,11 @@
npc_spawn("woman", id = 4, x = 3232, y = 3207)
npc_spawn("man", id = 1, x = 3231, y = 3237)
npc_spawn("man", id = 2, x = 3224, y = 3240)
npc_spawn("woman", id = 5, x = 3229, y = 2329)
npc_spawn("hans", x = 3221, y = 3221)
npc_spawn("father aereck", x = 3243, y = 3210)
npc_spawn("bob", x = 3231, y = 3203)
npc_spawn("shop keeper", x = 3212, y = 3247)
npc_spawn("shop assistant", x = 3211, y = 3245)
npc_spawn("lumbridge guide", x = 323, y = 3229)