PlayerNotes
A private notebook for every player, with markers you can walk to.
PlayerNotes gives every player a private notebook for their map spots, with word search, closest first sorting, and a glowing marker they can walk to.
I built PlayerNotes for servers where people keep forgetting where they left things. Every player gets their own notebook that nobody else can read. They save the spot they are standing on, search their notes by word, and ask which saved spot is closest right now. Notes live in SQLite with no setup at all, or in MySQL when you want one notebook shared across a whole cluster.
Supported Features
- Notes only you can read: every note belongs to the player who wrote it, and nobody else can list, read or delete it.
- Save the ground you stand on: type here with a label and I keep the exact spot, so you can find that cave or that drop again.
- Read one note on its own: type the command and a number, like 45, and I show that single note instead of the whole book.
- Pages, not a wall of text: long note books come out a page at a time, and you choose how many fit on a page.
- Search by word: find plus a word digs through the text and the saved spots and shows you only what matched.
- Closest spot first: near sorts your saved spots by how far you are standing from each one, in meters.
- A marker you can walk to: show lights a saved spot up as a glowing ball in the world, in your colour, for as long as you set.
- Clean boxes on screen: my messages can draw in a tidy box in the middle of the screen instead of a plain line of chat.
- Your server name on my lines: put your own name in the config and my chat lines carry it instead of the plain SERVER tag.
- Map names people can read: the game calls it TheIsland_WP, I write The Island, and you can spell any map your own way.
- SQLite or MySQL, your call: SQLite needs no setup at all, and MySQL lets one note book follow players across a cluster.
- Your language, your words: pick the language in the config and I speak it in game and in the console, and you can hand your language file to another owner so they get it too.
Console & RCON Commands
| Command | What It Does | Where |
|---|---|---|
PlayerNotes.Reload |
Reads config.json and the language file again, with no restart. | Both |
PlayerNotes.Wipe <eos> |
Deletes every note belonging to one player, found by their EOS id. | Console |
Player Commands
Command words live in config.json, so you can rename /note and the show word to anything you like.
| Command | What It Does |
|---|---|
/note |
Shows the first page of your notes. |
/note <number> |
Reads one note on its own, with how far away it is and when you saved it. |
/note list <page> |
Shows another page of your notes. |
/note add <text> |
Saves a note with whatever you type. |
/note here <label> |
Saves a note pinned to the spot you are standing on. |
/note find <word> |
Searches your notes and shows the ones that match. |
/note near |
Lists your saved spots, closest to you first. |
/note show <number> |
Lights that saved spot up with a glowing ball you can walk to. |
/note delete <number> |
Removes one note. |
/note clear |
Removes all of your notes. |
Permissions
| Node | What It Unlocks |
|---|---|
The node you pick in UsePermission |
Locks notes to players who hold that node. Leave the setting empty and every player can use notes. |
You pick the node name yourself in the config, so it fits whatever groups you already run. If Permissions is not installed, PlayerNotes lets everyone use notes rather than locking them out.
Config
To see every configuration option, visit our docs. To edit your config files the easy way, open our configuration editor.
Requirements
- AsaApi v2.01 or newer.
- A Windows ARK Survival Ascended server.
- Permissions, optional. Only needed if you want to lock notes to a group. Notes work for everyone without it.
- The free ASA API Utils mod, optional. It powers the boxes on screen and the glowing marker. Everything else works without it.
- MySQL, optional. SQLite is the default and needs nothing set up.
Installation
- Stop your server.
- Unzip the PlayerNotes folder into ArkApi/Plugins/ so the folder is named PlayerNotes and holds PlayerNotes.dll.
- Open config.json and set your language, your limits and your marker colour.
- Start the server with AsaApiLoader.exe.
- Watch logs/ArkApi.log for the line that says PlayerNotes has loaded.
Support & Help
Need a hand or hit a snag? Join the Discord and I will help you get it running: https://discord.gg/8GGaEzWk9p
Frequently Asked Questions
What does PlayerNotes do?
PlayerNotes gives every player on your server a private notebook. They can write a note, save the exact spot they are standing on, search everything they wrote, and ask which saved spot is nearest. Notes are per player, so nobody can read or delete anyone else's.
How do I install PlayerNotes?
Stop the server, unzip the PlayerNotes folder into ArkApi/Plugins/, then start the server again with AsaApiLoader.exe. Open config.json first if you want to change the language or the limits. PlayerNotes builds its own database table on the first start, so there is nothing to import.
Can players read each other's notes?
No. PlayerNotes ties every note to the player who wrote it, and the list, read and delete commands only ever touch your own. The only way to remove someone else's notes is the PlayerNotes.Wipe console command, which an admin runs from the server console.
Do I need MySQL or any other plugin to run it?
No. PlayerNotes uses SQLite by default, which is a plain file and needs no setup. Switch to MySQL only if you want one notebook shared across a cluster. Permissions is optional, and the free ASA API Utils mod is optional too. Without the mod you lose the boxes on screen and the glowing marker, and everything else still works.
What is the glowing marker for?
When a player types the show command with a note number, PlayerNotes draws a glowing ball in the world at that saved spot so they can walk straight to it. You pick the colour, the size, how long it lasts, and whether only that player, their tribe, or everyone can see it. It needs the free ASA API Utils mod.
Was any AI content used in the making of this?
The source code itself was fully created by myself. I do use ChatGPT occasionally to generate product images, and I do use ChatGPT to generate the website descriptions. I do this because I don't speak native English perfectly. I am natively from Sweden, so I use GPT to help translate and write product descriptions. I also will sometimes use GPT to write better English logs. Majority of my Free plugins are open source, so you can review the code yourself and freely fork and edit it to your liking.
All versions
- v0.0.13Aug 17, 2026
- PlayerNotes-v0.0.13.zip
- v0.0.11Jul 25, 2026
- PlayerNotes-v0.0.11.zip
- v0.0.10Jul 25, 2026
- PlayerNotes-v0.0.10.zip
- v0.0.8Jul 25, 2026
- PlayerNotes-v0.0.8.zip
- v0.0.7Jul 25, 2026
- PlayerNotes-v0.0.7.zip
- v0.0.6Jul 25, 2026
- PlayerNotes-v0.0.6.zip
- v0.0.5Jul 25, 2026
- PlayerNotes-v0.0.5.zip
- v0.0.4Jul 25, 2026
- PlayerNotes-v0.0.4.zip
- v0.0.3Jul 25, 2026
- PlayerNotes-v0.0.3.zip
- v0.0.2Jul 22, 2026
- PlayerNotes-v0.0.2.zip
- v0.0.1Jul 21, 2026
- PlayerNotes-v0.0.1.zip