Skip to content
LatvianModder edited this page Aug 20, 2014 · 24 revisions

Welcome to the LatCoreMC wiki!

LatCoreMC is a core mod for LatvianModder's mods. It adds several commands and items.

Type /latcore in chat to see all of them (no OP required)

/latcore uuid - This prints your UUID. e.g. my UUID is 8234defe-cc96-4ea4-85cb-abf2bf80add1. Don't worry, you can't do anything bad with UUID, they are just identifiers. They became important in 1.7+, because usernames are replaced with UUIDs, e.g. in secured blocks (the ones that you can't break or open if it is private).

/latcore versions - This will print updates for my mods, if any

LatCoreMC will check for new versions of my mods, but you can disable automatic checking in config.

/latcore whitelist <list | clear> /latcore whitelist <add | rem> /latcore whitelist <addUUID | remUUID>

/latcore blacklist <list | clear> /latcore blacklist <add | rem> /latcore blacklist <addUUID | remUUID>

Like CoFH has its friends system, and e.g. Tessaracts can be Public, Private or Restricted, then my blocks can be Public, Private, Whitelisted or Blacklisted. Let's say you are on a huge server. You don't mind people accessing your blocks, except for that one annoying guy, who likes to steal your stuff. You can blacklist him, and anyone except for him will be able to open / destroy your blocks. Blocks that are not public can be mined by those, who can access it, however it can't be blown up.

Clone this wiki locally