Downloads:
3,190
Downloads of v 0.10.32:
51
Last Update:
12 Jun 2024
Package Maintainer(s):
Software Author(s):
- Asval
Tags:
game minecraft editor- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Amulet Map Editor
This is not the latest version of Amulet Map Editor available.
- 1
- 2
- 3
0.10.32 | Updated: 12 Jun 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,190
Downloads of v 0.10.32:
51
Maintainer(s):
Software Author(s):
- Asval
Amulet Map Editor 0.10.32
This is not the latest version of Amulet Map Editor available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Asval. The inclusion of Asval trademark(s), if any, upon this webpage is solely to identify Asval goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Amulet Map Editor, run the following command from the command line or from PowerShell:
To upgrade Amulet Map Editor, run the following command from the command line or from PowerShell:
To uninstall Amulet Map Editor, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download amulet --internalize --version=0.10.32 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade amulet -y --source="'INTERNAL REPO URL'" --version="'0.10.32'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade amulet -y --source="'INTERNAL REPO URL'" --version="'0.10.32'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install amulet
win_chocolatey:
name: amulet
version: '0.10.32'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'amulet' do
action :install
source 'INTERNAL REPO URL'
version '0.10.32'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller amulet
{
Name = "amulet"
Version = "0.10.32"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'amulet':
ensure => '0.10.32',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 12 Jun 2024.
Amulet is a new and innovative Minecraft world editor made by the Amulet Team, a team formed by the contributors that brought you MCEdit-Unified
Package Parameters:
/NoDesktopShortcut
Do not create Desktop Shortcut/NoStartMenuShortcut
Do not create Start Menu Shortcut
Package updates
New versions of this package are published automatically via the update.ps1
script (viewable in the package source on GitHub).
$ErrorActionPreference = 'Stop';
Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName "Amulet*.zip"
# Remove start menu shortcut
$programsPath = "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\Amulet.lnk"
if (Test-Path "$programsPath") { Remove-Item "$programsPath" }
# Remove desktop icon
$shortcutFilePath = "$Env:USERPROFILE\Desktop\Amulet.lnk"
if (Test-Path "$shortcutFilePath") { Remove-Item "$shortcutFilePath" }
Log in or click on link to see number of positives.
- amulet.0.10.32.nupkg (ec30fd85e54e) - ## / 65
- Amulet-v0.10.32-Windows-x64.zip (eca942ae7195) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Amulet Map Editor 0.10.37 | 41 | Thursday, October 24, 2024 | Approved | |
Amulet Map Editor 0.10.36 | 61 | Tuesday, September 17, 2024 | Approved | |
Amulet Map Editor 0.10.35 | 69 | Tuesday, August 6, 2024 | Approved | |
Amulet Map Editor 0.10.33 | 106 | Monday, June 24, 2024 | Approved | |
Amulet Map Editor 0.10.32 | 51 | Wednesday, June 12, 2024 | Approved | |
Amulet Map Editor 0.10.30 | 47 | Wednesday, May 29, 2024 | Approved | |
Amulet Map Editor 0.10.29 | 69 | Wednesday, May 1, 2024 | Approved | |
Amulet Map Editor 0.10.28 | 38 | Monday, April 29, 2024 | Approved | |
Amulet Map Editor 0.10.27 | 126 | Wednesday, December 13, 2023 | Approved | |
Amulet Map Editor 0.10.26 | 56 | Friday, December 8, 2023 | Approved | |
Amulet Map Editor 0.10.25 | 89 | Saturday, November 4, 2023 | Approved | |
Amulet Map Editor 0.10.24 | 67 | Sunday, October 29, 2023 | Approved | |
Amulet Map Editor 0.10.23 | 106 | Sunday, October 1, 2023 | Approved | |
Amulet Map Editor 0.10.22 | 56 | Friday, September 29, 2023 | Approved | |
Amulet Map Editor 0.10.21 | 70 | Wednesday, September 27, 2023 | Approved | |
Amulet Map Editor 0.10.20 | 60 | Sunday, September 24, 2023 | Approved | |
Amulet Map Editor 0.10.19 | 92 | Thursday, August 31, 2023 | Approved | |
Amulet Map Editor 0.10.18 | 99 | Tuesday, July 18, 2023 | Approved | |
Amulet Map Editor 0.10.17 | 55 | Sunday, July 16, 2023 | Approved | |
Amulet Map Editor 0.10.16 | 51 | Saturday, July 15, 2023 | Approved | |
Amulet Map Editor 0.10.15 | 63 | Tuesday, July 11, 2023 | Approved | |
Amulet Map Editor 0.10.13 | 68 | Wednesday, June 21, 2023 | Approved | |
Amulet Map Editor 0.10.12 | 47 | Tuesday, June 20, 2023 | Approved | |
Amulet Map Editor 0.10.11 | 80 | Wednesday, June 7, 2023 | Approved | |
Amulet Map Editor 0.10.10 | 106 | Monday, April 24, 2023 | Approved | |
Amulet Map Editor 0.10.9 | 82 | Wednesday, March 15, 2023 | Approved | |
Amulet Map Editor 0.10.8 | 83 | Saturday, January 14, 2023 | Approved | |
Amulet Map Editor 0.10.7 | 71 | Wednesday, December 21, 2022 | Approved | |
Amulet Map Editor 0.10.6 | 68 | Friday, December 9, 2022 | Approved | |
Amulet Map Editor 0.10.5 | 74 | Tuesday, November 1, 2022 | Approved | |
Amulet Map Editor 0.10.4 | 63 | Sunday, October 30, 2022 | Approved | |
Amulet Map Editor 0.10.3 | 52 | Saturday, October 29, 2022 | Approved | |
Amulet Map Editor 0.10.2 | 65 | Wednesday, October 26, 2022 | Approved | |
Amulet Map Editor 0.10.1 | 73 | Sunday, September 11, 2022 | Approved | |
Amulet Map Editor 0.10.0 | 65 | Saturday, September 10, 2022 | Approved | |
Amulet Map Editor 0.9.6 | 103 | Tuesday, June 21, 2022 | Approved | |
Amulet Map Editor 0.9.5 | 86 | Monday, June 20, 2022 | Approved | |
Amulet Map Editor 0.9.4 | 71 | Thursday, June 9, 2022 | Approved | |
Amulet Map Editor 0.9.3 | 69 | Monday, June 6, 2022 | Approved | |
Amulet Map Editor 0.9.2 | 75 | Wednesday, April 20, 2022 | Approved | |
Amulet Map Editor 0.9.1 | 77 | Tuesday, April 19, 2022 | Approved | |
Amulet Map Editor 0.9.0 | 77 | Tuesday, April 5, 2022 | Approved | |
Amulet Map Editor 0.8.21 | 77 | Tuesday, March 29, 2022 | Approved | |
Amulet Map Editor 0.8.19 | 86 | Saturday, February 26, 2022 | Approved |
Copyright 2020-2021 by Ben Gothard, Naor Volkovich and James Clare
This package has no dependencies.
Ground Rules:
- This discussion is only about Amulet Map Editor and the Amulet Map Editor package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Amulet Map Editor, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.