Civcraft / PrisonPearl

Minecraft plugin for civcraft which allows players to imprison other players inside ender pearls
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

Pearls only identify to a world's name #88

Closed erocs closed 8 years ago

erocs commented 8 years ago

In a sharded environment, the shard name should be included in the pearl record. Also, instead of relying on the world name, which could overlap between shards, it should probably use the world's unique ID.

rourke750 commented 8 years ago

For which part would this be needed? There are two config options one for server and one for world name when dealing with prisoners.

erocs commented 8 years ago

I was looking at the DB table.

rourke750 commented 8 years ago

That's important.

rourke750 commented 8 years ago

We should add a server column too.

erocs commented 8 years ago

That'd be the shard name, yes.