#HashMap communication.

1 messages · Page 1 of 1 (latest)

pliant sequoia
#

So I've got 2 plugins, one called "FreeForAll" and the other called "Guilds", FreeForAll has a map called "hasSpawned" which adds people to a list when they have entered the FFA arena, and if a player is in the hasSpawned map, they can fight each other, but if they're not in that map, they can't deal damage to anyone. So here comes the issue, I'm trying to add players to that map if they have entered a Guild War which is a thing in the Guilds plugin, I'm trying to allow people to deal damage by adding them to that map, once they have entered a Guild War, now, the FreeForAll does not seem to be reading those changes to the map that were made by the Guilds plugin.

Information about both plugins:
FreeForAll: Created by me.

  • API Version: 1.13
  • Spigot Version: 1.16.5
  • Maven

Guilds: Created by Glare which seems to be no longer active.

  • API Version: 1.13
  • Spigot Version: 1.21.1
  • Gradle & Kotlin