奈斯启示录 Necesse

奈斯启示录 Necesse

875 个评价
Increased Stack Size
13
3
6
4
2
7
5
5
4
2
2
3
3
3
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
483.332 KB
2022 年 6 月 29 日 上午 11:32
11 月 25 日 下午 11:07
35 项改动说明 ( 查看 )

订阅以下载
Increased Stack Size

在 chipmunks 的 1 个合集中
Necesse Mod
6 件物品
描述
Mod Information

Mod version: 2.1.1

Game version: 1.0.2

Increased Stack Size

Feeling that your inventory is always full of stone when mining?
Wish to increase the stack size of items?
This is the perfect mod for you!

Increased Stack Size 2.0 Released ❗❗

In November 2025, a whole new version of Increased Stack Size is released!
Let us welcome the Increased Stack Size 2.0! 🎊🎊

Well, what's new in this version, you might ask?
Roll the drum please... 🥁

PER-CLASS STACK SIZE MULTIPLIER!!!

Now, you can set a separate multiplier for each class!
Want your stone to have a multiplier of 10 but not your pickaxe? I got you covered!
Just use the command `/stacksize set StonePlaceableItem 10 and `/stacksize set PickaxeToolItem 1`.
The settings are world-based, so you have to set them for each world... right?
Nope, global settings can be configured by editing the file `dianchia.increasedstacksize.cfg` located at
`%APPDATA%\Necesse\cfg\mods` for Windows and `.config/Necesse/cfg/mods` for Linux.
You can refer to the next section for a detailed explanation on how to set up this configuration file.

But WAIT, how do I know the class name? I only know the in-game display name 😵‍💫
Fear not, the mod author (me) has provided a way to search for the class name via the display name.
Just visit here[dianchia.github.io] and you are good to go~

Setting the multiplier

Version 2.x

Three commands are provided for admin, a.k.a., the one with OWNER permission.

/stacksize set [world/global] <classname> <multiplier> /stacksize get [world/global] [classname] /stacksize unset [world/global] <classname>

  • `/stacksize set`: `classname` and `multiplier` arguments are required.
  • `/stacksize get`: returns all multipliers set if no arguments are provided.
  • `/stacksize unset`: `classname` is required. This command unsets the multiplier for the specified item, causing the item to inherit the multiplier from its parent class.

To set a multiplier globally, use `/stacksize set global <classname> <multiplier>`.
For example, `/stacksize set global CoinPouch 1`.

As for normal users, there's only one command provided.

/getstacksize [classname]

This command returns the stack size set for the specified item, or all items if none are specified.




Global Configuration

Optionally, a config file can be used to configure the stack size globally.
If you're on Windows, navigate to `%APPDATA%\Necesse\cfg\mods` to find the file.
On Linux, you can find it under `.config/Necesse/cfg/mods`.
The file `dianchia.increasedstacksize.cfg` should already be created if you've played the game with this mod enabled.
But if not found, create the file manually, just make sure the name is the same.
Below is an example of the content of the file. Copy it into the file and modify it as you like.

{ SETTINGS = { IncreasedStackSize = Item:5;necesse.inventory.item.miscItem.CoinPouch:1 } }

You can either use a fully qualified name, such as `necesse.inventory.item.Item` or a simple name `Item`.
The simplified name will be converted to a fully qualified name when the configuration is saved by the game.
Refer to this website[dianchia.github.io] to find the class an item belongs to.




Version 1.x

Two commands are provided, `/stacksize set <multiplier>` and `/stacksize get`.




Version 0.x

To set the multiplier, run the command "/setstacksizemultiplier" in the game.

Note that you can only run this command if you have permission higher than or equal to "OWNER"
Please only give this permission to someone you trust.

Multiplayer

This mod needs to be downloaded for both the host and client if playing in multiplayer.

Important Notes

  • If you decrease the multiplier, DO NOT sort your inventory or any chest, as you will lose the item that has a stack size more than the current maximum stack size. Instead, drop the item on the ground and pick it up again.

Disclaimer: The mod author is not responsible for any items lost due to incorrect usage of this mod

Known Bugs

  • A stack of items can be enchanted with a single scroll.

GitHub

Bugs can be reported to here[github.com]

Collection

here are a few mods I wrote

Support me ☕

The mods are created without any profit motive, but if you like the mod,
consider buy me a coffee [buymeacoffee.com]
热门讨论 查看全部(2)
20
10 月 24 日 上午 6:28
Suggestion
chipmunks
7
11 月 18 日 上午 12:38
Bug Reports
Tasolth
211 条留言
chipmunks  [作者] 18 小时以前 
Sorry guys, I've been caught up with exams. I'll investigate into this issue these few days. Thanks for your patience.
lyn 12 月 12 日 上午 6:12 
do you mean i need to input all code in config file? there are noting in it. this mod make no different to my game :steamsad:
晚安晚安 12 月 11 日 上午 5:25 
hello???
darkclaw914 12 月 4 日 上午 2:03 
hi
晚安晚安 11 月 30 日 下午 10:22 
@chipmunks The number of stacks hasn't changed at all, and the 2500 stacks before the mod crashed have all become 250 after quicksort, and it still can't be stacked like before.
chipmunks  [作者] 11 月 30 日 下午 9:49 
@Interbane By not working do you mean the stack size remains the same as original or the command does not change the stack size multiplier?
Interbane 11 月 28 日 上午 8:27 
Also not working. Recent update seems to have broken it. I'm using a Shockbyte server FYI
Runes 11 月 26 日 下午 3:21 
Windows 11 btw.
Runes 11 月 26 日 下午 3:20 
I am playing a traditional windows setup C:\Program Files (x86)\Steam\steamapps\common\Necesse. Not running a dedicated server either, everything locally and single player.
Timê BănDiT 11 月 26 日 下午 12:24 
Hey!

I checked the server logs and can tell you where the file is located.

I'm playing on a Linux dedicated server running in a container.

The Necesse.jar file isn't in the standard Steam directory, but directly in the container's root directory:

"/home/container/Necesse.jar"

The server operates entirely from this path, so the mod probably won't find the file if it only looks in the default Steam folder.

Your push seems to be working.