优芯葱葱
本帖最后由 1582952890 于 2017-9-16 12:20 编辑



提交建议/意见/BUG等请到这里(用英文)
https://github.com/greatman/craftconomy3/issues


如何配置 请查阅百科或者最下面的视频教程
https://github.com/greatman/craftconomy3/wiki







  1. System:
  2.   Setup: true
  3.   QuickSetup:
  4.     Enable: false
  5.     Currency:
  6.       Name: Dollar
  7.       NamePlural: Dollars
  8.       Minor: Coin
  9.       MinorPlural: Coins
  10.       Sign: $
  11.     StartBalance: 100.0
  12.     PriceBank: 200.0
  13.     DisplayMode: long
  14.   CheckNewVersion: true
  15.   Case-sentitive: false
  16.   CreateOnLogin: false
  17.   Logging:
  18.     Enabled: false
  19.   Database:
  20.     Type: h2
  21.     Address: localhost
  22.     Port: 3306
  23.     Username: root
  24.     Password: ''
  25.     Db: craftconomy
  26.     Prefix: cc3_
  27.     Poolsize: 10
  28.     ConvertFromH2: false
复制代码


UTF-8语言文件(部分汉化,自行覆盖): lang.yml (13.41 KB, 下载次数: 1157)



管理指令


玩家经济指令


管理经济指令


玩家银行指令


管理银行指令


货币设置(不推荐,影响性能)







Github (源代码): https://github.com/greatman/craftconomy3

_DIM_
请问插件汉化了吗

大力水手
请问独立的经济插件有什么显著的作用吗?

_DIM_
大力水手 发表于 2017-3-1 16:53
请问独立的经济插件有什么显著的作用吗?

和ess内置的相比一般功能更多而且支持mysql

大力水手
酷车手BB弹 发表于 2017-3-1 16:54
和ess内置的相比一般功能更多而且支持mysql

好的,感谢~!  非常好的插件

lsz7575
震惊!!!
我仿佛进了微信朋友圈..

lsz7575
大佬汉化一下吧..我上次用英文配置报错和应用错误,整了半天放弃了..

优芯葱葱
lsz7575 发表于 2017-3-1 21:38
大佬汉化一下吧..我上次用英文配置报错和应用错误,整了半天放弃了..

感冒发烧了,我明天做进阶教程+汉化吧

优芯葱葱

有汉化 还没发

_DIM_
今天能出汉化吗=。=

优芯葱葱
酷车手BB弹 发表于 2017-3-3 00:30
今天能出汉化吗=。=

稳!                                    

优芯葱葱
大力水手 发表于 2017-3-1 17:53
请问独立的经济插件有什么显著的作用吗?

已上传到帖子中

优芯葱葱
酷车手BB弹 发表于 2017-3-3 00:30
今天能出汉化吗=。=

已上传到帖子中

Wei_Boss
个人认为这个经济最大缺点是不支持UUID
MySQL Economy Bridge这个经济会比这个更好

我是小童鞋
这么多经济插件,我到底用哪个

我是小童鞋
另外,可否讲解下如何配置数据库mysql(我怎么搞不出0 0)

Innovators
Java8 spigot1.11.2 正确配置
  1. [19:06:00] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  2. [19:06:00] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  3. [19:06:00] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  4. [19:06:01] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
  5. [19:06:01] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [19:06:01] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  7. [19:06:01] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  8. [19:06:01] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  9. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  10. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.Util.getInstance(Util.java:387)
  11. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
  12. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
  13. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
  14. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
  15. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
  16. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  17. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  18. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
  19. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
  20. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5098)
  21. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
  22. [19:06:01] [Server thread/WARN]:         at com.greatmancode.com.zaxxer.libs.hikari.proxy.PreparedStatementProxy.executeUpdate(PreparedStatementProxy.java:61)
  23. [19:06:01] [Server thread/WARN]:         at com.greatmancode.com.zaxxer.libs.hikari.proxy.PreparedStatementJavassistProxy.executeUpdate(PreparedStatementJavassistProxy.java)
  24. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.storage.sql.MySQLEngine.<init>(MySQLEngine.java:83)
  25. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.storage.StorageHandler.<init>(StorageHandler.java:40)
  26. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.initialiseDatabase(Common.java:393)
  27. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.onEnable(Common.java:143)
  28. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.tools.interfaces.BukkitLoader.onEnable(BukkitLoader.java:49)
  29. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  30. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  31. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  32. [19:06:01] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:375)
  33. [19:06:01] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:325)
  34. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:419)
  35. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:380)
  36. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:335)
  37. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  38. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542)
  39. [19:06:01] [Server thread/WARN]:         at java.lang.Thread.run(Unknown Source)
复制代码

simplerjiang
Innovators 发表于 2017-4-6 19:10
Java8 spigot1.11.2 正确配置

很明显你的Mysql设置错了

simplerjiang
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

jiand_jun~~~
simplerjiang 发表于 2017-4-8 14:02
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

本人亲测1.8.X可用 且多数大型服务器都使用cc3 如某球天空、倒闭的某Yourcraft、倒闭的某某曙光。

优芯葱葱
simplerjiang 发表于 2017-4-8 15:02
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

目前没有任何一款经济插件能够替代CC3 在大数据处理上不知道比别的高多少,如果觉得这样 不好意思 我不更新教程视频了,为你带来不便哦

simplerjiang
优芯葱葱 发表于 2017-4-11 19:08
目前没有任何一款经济插件能够替代CC3 在大数据处理上不知道比别的高多少,如果觉得这样 不好意思 我不更 ...

首先大数据处理我还没遇到过 但是我1.10服务端是用不了

贱萌耗子
值得利用!

X夕阳
使用dm配合指令写的是money take %player_name% 钱数
并不可以执行
请楼主解答

pxiaotu
本帖最后由 pxiaotu 于 2017-7-8 21:37 编辑

PaperSpigot1.11.2     用的CraftConomy3-3.1.6的老数据库文件,报错如下,求解决

[17:09:58] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.3.1-d99cf63-trv200
[17:09:58] [Server thread/INFO]: [Craftconomy3] Starting up!
[17:09:58] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
[17:09:58] [Server thread/INFO]: [Craftconomy3] Loading listeners.
[17:09:58] [Server thread/INFO]: [Craftconomy3] Loading commands
[17:09:58] [Server thread/INFO]: [Craftconomy3] 正在加载数据库管理器
[17:09:58] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[17:09:58] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[17:09:58] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[17:09:59] [Server thread/INFO]: [Craftconomy3] 数据库管理器已加载!
[17:09:59] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
[17:09:59] [Server thread/WARN]: java.sql.SQLException: Column 'bankCurrency' not found.
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1077)
[17:09:59] [Server thread/WARN]:         at com.mysql.jdbc.ResultSetImpl.getBoolean(ResultSetImpl.java:1631)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.com.zaxxer.libs.hikari.pool.HikariProxyResultSet.getBoolean(HikariProxyResultSet.java)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine.getAllCurrencies(SQLStorageEngine.java:1004)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.craftconomy3.currency.CurrencyManager.<init>(CurrencyManager.java:40)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.initializeCurrency(Common.java:425)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.onEnable(Common.java:146)
[17:09:59] [Server thread/WARN]:         at com.greatmancode.craftconomy3.tools.interfaces.BukkitLoader.onEnable(BukkitLoader.java:49)
[17:09:59] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
[17:09:59] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
[17:09:59] [Server thread/WARN]:         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[17:09:59] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:378)
[17:09:59] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:328)
[17:09:59] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:438)
[17:09:59] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:399)
[17:09:59] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
[17:09:59] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:276)
[17:09:59] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:612)
[17:09:59] [Server thread/WARN]:         at java.lang.Thread.run(Unknown Source)
[17:09:59] [Server thread/INFO]: [Craftconomy3] 货币管理器已加载!
[17:09:59] [Server thread/INFO]: [Craftconomy3] 正在加载默认设置.
[17:09:59] [Server thread/INFO]: [Craftconomy3] 默认设置已加载!
[17:09:59] [Server thread/INFO]: [Craftconomy3] 正在加载帐号管理器
[17:09:59] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[17:09:59] [Server thread/INFO]: [Craftconomy3] 帐号管理器已加载!
[17:09:59] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
[17:09:59] [Server thread/INFO]: [Craftconomy3] 就绪!
[17:09:59] [Server thread/INFO]: [Vault][Economy] Craftconomy3 hooked


2264050315
这插件最大的亮点就是银行  嘿嘿嘿

蓝抹冰丶
楼主,这个经济插件支持方块货币吗?

堪堪堪
能否补全导入其他经济插件的教程

草原能跳绳
本帖最后由 草原能跳绳 于 2017-9-4 21:53 编辑

请问能解释一下以下加粗内容是什么吗

zxc887911
感謝大大的分享

cnaylong
使用了,非常棒~

gundami
头像太屑了(直球)

Yan_Nine
尝试执行此命令时发生内部错误...配置时这样子,我是网易的spogit服务器

灭天天
666666666666

浅夏z
我只是来领金粒的,你们当什么都没看见

第一页 上一页 下一页 最后一页